/** * Forms */form{font-size:11px;color:#000000;letter-spacing:1px;}
form dt{margin:7px 0;float:left;clear:left;width:140px;}
form dt.full{width:450px;}
form dt.hidden,form dd.hidden{display:none;}
form dd{float:left;width:310px;margin:7px 0;}
label{display:block;text-align:left;}
form label{cursor:pointer;}
form dd .fieldmessage{margin:3px 0 0 0px;display:block;font-size:10px;}
form dd .fieldmessage.checkbox{display:inline;padding-left:5px;}
textarea,option,input,select{background-color:#EEEEEE;border:1px solid #9F9F9F;font-size:11px;letter-spacing:1px;padding:1px;width:296px;font-family:Tahoma,Verdana,Arial,Sans-Serif;}
textarea.error,option.error,input.error,select.error{border:1px solid #FF0000;background-color:#FFEAEA;color:#000000;}
textarea.error:hover,option.error:hover,input.error:hover,select.error:hover{background-color:#FFE9E9;}
textarea.error:focus,option.error:focus,input.error:focus,select.error:focus{background-color:#FFDADA;}
#editTextarea{width:593px;}
input.checkbox{width:14px;}
input.submit,input.button,select{width:300px;}
textarea{font-size:11px;}
input.radio{background:transparent none repeat scroll 0%;border:none;}
textarea:hover,input:hover{background-color:#E7E7E7;}
textarea:focus,input:focus{background-color:#DDDDDD;}

