
/*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, #Company__Institution, #Address, #Address2, #City, #PhoneNumber, #EmailAddress, #License, #ZipCode, #Country, #Username, #Password, #AttendName, #AttendCity, #AttendState, #AttendPhone, #Title__1	
	{
	width: 100%; 
	margin: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 40px;
	padding:10px;
	}
/* Formatting for drop-down fields - these should always 2px longer and 4px higher than text fields */
 #PersonalTitle, #Degree, #Specialty, #State, #WallOption	
	{
	width: 100%; 
	margin: 5px 0px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 40px;
	}
div.questionRow {
	width: 100%;
	display:inline-block;
	text-align:left;
	/*border:1px solid #FFFFFF;*/
}
div.questionRow > div.field {
	width:100%;
	display:block;
}
div.questionRow > div.evalQuestion {
	display:inline-block;
	text-align:left;
}
div.field {
	padding:0px;
}
div.evalQuestion {
	padding-top:20px;
	vertical-align:bottom;
	line-height:1em;
}
#AttendName_Row, #AttendCity_Row, #AttendState_Row, #AttendPhone_Row {
	width:80%;
	max-width:900px;
	margin:20px auto !important;
	display:block;
}
#submitButtonPlaceholder {
	width:70%;
	max-width:720px;
	margin:20px auto !important;
	display:block;
	line-height:0px;
	
}


