form{margin:0px;}
.form-errors{
	color:#F00;
}
.form-errors ul, .errors{ list-style:none;}

#AutoForm dl{
	margin:30px 0 0;
	width:100%;
}
#AutoForm dt{
	font-weight:bold;
	display:block;
	width:150px;
	float:left;
	clear:both;
	height:25px;
}
#AutoForm dd{
	display:block;
	float:left;
	margin:0px;
	height:25px;
	width:540px;
}
#AutoForm input.checkbox{ width:20px;}
#AutoForm input.button{ width:auto;}
#AutoForm dd input, #AutoForm textarea, #AutoForm select{
	float:left;
	width:200px;
}

#AutoForm .spacer{
	margin-bottom:15px;
}

#AutoForm dd.keepsignedin-element{
	clear:left;
	float:none;
}
#AutoForm dd.submit-element{
	clear:left;
	padding-top:15px;
	float:none;
}
#AutoForm ul{ list-style:none;}

#AutoForm dd.buttons{
	clear:both;
}

/* Login form specific */
.login-form dl dd{ width:auto !important; }



ul.errors{
	display:block;
	float:left;
	font-size:10px;	
	padding:0px;
}
ul.errors li{
	display:none;
	color:#F00;
	padding-left:30px;
	background:url(../images/error.gif) no-repeat 10px center;
	height:16px;
	padding-top:2px;
	
}
ul.errors li.message{
	display:inline-block;
	text-indent:-99999px;
	background:url(../images/required.gif) no-repeat 10px center;
	height:16px;
	width:16px;
}
ul.errors li.correct{
	text-indent:-99999px;
	background:url(../images/correct.gif) no-repeat 10px center;
	height:16px;
	width:16px;
}

/* surveys */
#survey dt{ 
	font-weight:bold;
	clear:both;
	margin-top:20px;
}
#survey dd{
	margin:0px;
	min-height:15px;
}
#survey dd br{ display:none;}
#survey dd label{ float:left;}
#survey .submit_survey-element{ margin:30px 0px;}

/* forms */

#form dt{ 
	font-weight:bold;
	clear:both;
	margin-top:10px;
	float:left;
}
#form dd{
	margin:0px;
	min-height:15px;
	clear:both;
	width:250px;
}
#form dt label{ display:block; margin-bottom:5px; } 
#form dd.side-by-side{
	clear:none;
	margin-top:10px;
}
#form dt label.side-by-side{ width:150px; }

#form dd br{ display:none;}
#form .submit_form-element{ margin:30px 0px;}

/* Field Sepcific CSS */
.textfield{
	width:325px;
}
.textarea{
	width:475px;
}
.dropdown{
	width:330px;
}
