
/*NOTE: If you create a new registration field, add the FieldName to the appropriate list below. Put the hashtag at the beginning of the field name, and separate them with commas. */
/* Formatting for text fields */
#FirstName, #LastName, #ProvidedPassword, #Institution, #Address, #Address2, #City, #PhoneNumber, #EmailAddress, #License, #ZipCode, #Country, #Other, #Other_Surgeon, #FirstName_1, #LastName_1, #EmailAddress_1, #PhoneNumber_1, #Username, #Password
	{
	width: 300px; 
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 24px;
	}
/* Formatting for drop-down fields - these should always 2px longer and 4px higher than text fields */
 #PersonalTitle, #Degree, #Specialty, #State, #Specialty_, #Country, #Surgeon 	
	{
	width: 305px; 
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 28px;
	}
#Policy {
	width:16px;
	height:16px;
	display:inline;
}
#Policy_Field {
	display:inline; 
	
	float:left;
}
#Policy_Row {
	display:inline; 
	
	float:left;
}


