form {font-size:1em; width:400px; padding-bottom:20px}label, input, textarea, select {float:left; margin-bottom:10px; display:block}label {color:#FFF; text-align:right; padding-right:10px; width:100px; margin-top:3px; font-size:.8em}input {background:#F9F9F9; border:1px solid #999; padding:2px; color:#333; width:220px}textarea {background:#F9F9F9; border:1px solid #999; padding:2px; color:#333; width:220px}select {background:#F9F9F9; width:220px}/* 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. */input:focus, textarea:focus {background:#FFF; color:#000; border:1px solid #000}fieldset br {clear:left}fieldset {border:1px solid #CCC; padding:10px} /* usually background:#EEE */legend {color:#FFF; font-size:.9em; font-weight:bold; padding:5px; border:1px solid #CCC; margin-bottom:10px} /* usually background:#FFF */input.button {margin:10px 0 5px; float:none; width:220px; color:#333; background:#FFCC99; border:1px solid #666}input.hidden {border:none; width:auto; background-color:#808080}.labelrequired {color:#000; font-weight:bold}.fauxfieldattn {float:left; display:block; margin-bottom:10px; padding:2px 4px; border:1px solid #999; background:#FFF; font-size:.8em; color:#CC0000}.fauxfield {float:left; display:block; margin-bottom:10px; padding:2px 4px; border:1px solid #999; background:#FFF; font-size:.8em}/* BEGIN TMT STYLES */input.invalid, textarea.invalid {background:#FFFF66; border-color:#FF0000 !important}input.invalid:focus, textarea.invalid:focus {background:#FFFF66; border-color:#FF0000 !important}.required {background:url(/assets/images/tmt_validator/required.gif) right no-repeat #F9F9F9}div#errorDisplay {background:url(/assets/images/tmt_validator/field-alert.gif) 5px 4px no-repeat; border:1px solid red; background:#FFFF66; display:none; padding:5px 0px; margin:10px}div#errorDisplay ul {list-style-type:square; margin-top:0; margin-bottom:0}/* END TMT STYLES *//* BEGIN PHORM VALIDATE STYLES */.phormerror {border:1px solid #CC0000; background:url(/assets/images/tmt_validator/field-alert.gif) left no-repeat #FFFF66; padding-left:24px; margin-bottom:5px; color:#000; font-size:.7em}