
/*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 */
input	
	{
	width: 100%; 
	margin: 10px 0px 0px 0px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 40px;
	padding:10px;
	}
#SittingWithsText
	{
	width: 100%; 
	margin: 10px 0px 0px 0px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 40px;
	padding:10px;
	overflow: hidden
	}
textarea
	{
	width: 100%; 
	margin: 10px 0px 0px 0px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 100px;
	padding:10px;
	}
/* Formatting for drop-down fields - these should always 2px longer and 4px higher than text fields */
select	
	{
	width: 100%; 
	margin: 10px 0px 0px 0px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 40px;
	}
input[type="radio"]  {
	width: 12px; 
	height:12px;
	border: 1px solid #999;
	margin: 10px 6px 0px 20px  !important;
	
}
input[type=checkbox]  {
	width: 12px; 
	margin: 10px 6px 0px 20px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 12px;
	}  
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;
}


