/* FORM STYLES */
form {font-size:1em; padding-bottom:20px; width:400px}
fieldset {border:1px solid #999; padding:10px; margin-bottom:10px}
fieldset div {padding-top:8px; font-size:.9em;}
fieldset legend {font-weight:bold; padding:5px; border:1px solid #999; margin-bottom:10px}
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 #999; padding:2px}
/* 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:#333; background:#DCDCDC; border:1px solid #999}
fieldset label.labelrequired {color:#CC0000}
fieldset input.fieldrequired, fieldset select.fieldrequired {}
fieldset div label.longlabel {float:none; width:auto;}
fieldset input.nostyle {width:auto; border:none; padding:0}

/* 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 #FFCC00; width:450px}
