/**
* styles used in various forms
*/
#form_updates input
{
	width: 180px;
}

#form_updates .sm
{
	width: 100px;
}

#form_updates select
{
	width: 100px;
}

#form_updates .st
{
	width: 140px;
}

.requiredField {
	 color: #000000;
}

div.checkbox_text
{
	float:left;
	width:390px;
	padding: 3px 0px 5px 5px;
}

div.checkbox
{
	float:left;
}

div.checkbox_group
{
	height: 30px;
}


.radioButton {
	 
}

.textBox {
	 
}

.errorMessage {
	font-weight: bold;
}

.warningStyle {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 1px;
}
.warningStyle2 {
	color: #FF0000;
	font-weight: bold;
	padding-right: 1px;
}


/* The following is specific to AZ registration control based pages */

#form p em
{
	border: solid 1px #000000;
	display: block;
	padding: 10px;
	margin: 0px;
}

#errorsummary
{
	color: #FF0000;
}

div.required 
{
	font-weight: bold;
	clear: both;
}

label.reg_user_label_top
{
	color: #666666;
	font-weight: bold;
}

div.reg_err_msg_off
{
	display: inline;
}

#form fieldset
{
	width: auto;
	margin-right: 35px;
}

#form table
{
	margin-top: 20px;
}

#form table input
{
	width: 128px;
	border: solid 1px #999999;
}
#form table td
{
	white-space: nowrap;
	width: 150px;
	vertical-align:top;
}
/* ERROR MESSAGES */
#registration {
	padding:10px;
}

#registration #form {
	clear:both;
}

.reg_survey {
	margin: 5px 0px;
} 

.reg_err_msg_off 
{
	padding:5px 5px 5px 5px;
}		
.reg_err_msg 
{
	background-color:#E0F02E;
	color:#FF0000;
	padding:5px 5px 5px 5px;
}

.reg_main_err_msg_off 
{
	color:#FF0000;
}	
.reg_main_err_msg
{
	width:auto;
	padding: 10px;
	color:#FF0000;
	background-color:#E0F02E;
}

.searchField{float:left; margin:2px 10px 0 0;}
.searchBtn{float:left;}