/*auto_form styles*/

#frmAuto {padding-top:5px; width:100%;}

.formSectionTitle {padding:5px; font-weight:bold; font-size:110%; border:1px solid #C1D72E; margin-top:15px; zoom:1; background-color:#E2EAA3; color:#571C00;}
.formRow {padding:5px; border:1px solid #C1D72E; border-top:0; zoom:1;}

.formRow .fieldHolder, .formRow .fieldHolderBoolean {float:right; width:200px;}

.formRow label {float:left; width:200px; color:#571C00;}
.formRow label.boolean {width:200px; padding-top:3px; float:left;}

.formRow select, .textField, .formRow textarea {border:1px solid #571C00; background-color:#F6F6F6; width:195px; font-size:100%;}
.formRow textarea  {height:10em;}

.submitRow {text-align:right; background:none; border:0;}
.submitRow input {border:1px solid #C1D72E; background-color:#E2EAA3; color:#571C00;}

.fieldError {background-color:#FFE5E6;}

.fieldError label, .requiredText {color:#FF0200;}
.requiredText {float:right; width:4.5em; background:url(/images/form-required.gif) left no-repeat; text-align:right; margin-right:1em; *display:inline;}

.error {border:1px solid #ddd; padding:5px; background:#eee;}
.errorList, .error {text-align:left;}

.success, .intro {font-weight:bold; text-align:left;}