.column {
	width: 185px;
	height: auto;
	overflow: hidden;
}

#registrationFromTable {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 0px;
}

#registrationFromTable th, 
#registrationFromTable td {
	padding: 3px 0px;
	font-size: 10px;
}

#registrationFromTable .agreeWithTermsRow td {
	text-align: left;
} 

#registrationFromTable label { 
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}

#registrationFromTable th *, #registrationFromTable td * {
	vertical-align: middle;
}

#registrationFromTable th {
	line-height: 10px;
	width: 70px;
	white-space: normal;
	text-align: center;
	padding-right: 3px;
}

#registrationFromTable a {
	font-size: 9px;
	font-weight: normal;
}

#registrationFromTable td {
	font-size: 11px;
}

#registrationFromTable .field_input {
	width: 100px;
}

#username {
	margin: 0px;
}

#errorMessage, .errorMessage {
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 11px;
}

#registrationFromTable .hint {
	font-size: 9px;
	padding-top: 0px;
}