/* FORM STYLES */
form {font-size:1em; padding-bottom:20px; width:450px}
fieldset {border:1px solid #000; padding:10px; margin-bottom:10px}
fieldset div {padding-top:8px;font-size:.8em}
fieldset legend {font-weight:bold; padding:3px; border:1px solid #000; margin-bottom:10px; background:#000; color:#FFF;}
fieldset div label {float:left; text-align:right; padding-right:10px; width:125px; margin-top:3px;}
fieldset input, fieldset textarea, fieldset select {width:216px; border:1px solid #FFBE45; padding:2px; background:#FFE3A6}
/* The following selector controls how the inputs look when they have focus,
but since IE does not support focus, these effects are not seen there. */
fieldset input:focus, fieldset textarea:focus {background:#FFF; color:#000; border:1px solid #000}
input.button {margin:10px 0 5px; width:220px; color:#843A31; background:#FFCE63; border:1px solid #843A31; cursor:pointer;}
fieldset label.labelrequired {color:#CC0000}
fieldset input.fieldrequired, fieldset select.fieldrequired {}
fieldset input.nostyle {width:auto; border:none; padding:0; background:none;}

/* PHORM VALIDATE STYLES */
.phormerror {border:1px solid #CC0000; background:url(/assets/images/field-alert.gif) left no-repeat #FFFF66; padding:4px 4px 4px 24px; margin:5px 0; color:#000; font-size:.7em}/* CSS Document */

#acknowledge {padding:10px; margin:10px 0; border:1px solid #DAA947; width:430px}
