
/*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, #Company__Institution, #Address, #Address2, #City, #PhoneNumber, #EmailAddress, #License, #ZipCode, #Username, #Password, #Institution_and_Designation, #NPI		
	{
	width: 260px; 
	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	
	{
	width: 266px; 
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 28px;
	}


