input,label, legend { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
label,p.label { font-size: 11px; font-weight: bold; display: block; color: #007BA0; clear: left; margin: 5px 0 0 0;}

fieldset {border: 1px solid #7FC7DB; margin: 0; padding: 3px; width: 100%;}
fieldset legend { display: none;}
fieldset br {display: none;}/*--- line breaks, leave in to keep readable without CSS ---*/

input.inputSubmit {margin: 5px 0; padding: 0; font-size: 11px; display: block; float: left;} /*--- submit button --*/


/* Hacks - IE doesn't do focus so font is black in IE and grey in everything else */

select {
	 color: #000000;
    background-color: #eeeeee;
	 width: 430px;
    margin: 0 1px;
    font-size: 11px; /* IE5, IE5.5 see this */
    voice-family: "\"}\"";
    voice-family:inherit;
    font-size: 11px;  /* Other browsers see this */
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html>body select { /* 'Be Nice To Opera' Rule to enforce font-size*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}

input.inputBody,textarea.inputBody {
    width: 430px;
	 background-color: #eeeeee;
    border: 1px solid #CCCCCC;
    margin: 0 1px;
    font-size: 11px; /* IE5, IE5.5 see this */
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    voice-family: "\"}\"";
    voice-family:inherit;
    font-size: 11px;  /* Other browsers see this */
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #999999 !important;
    color: #000000;      /* IE 6 will see this */
}

html>body input.inputBody,html>body textarea.inputBody { /* 'Be Nice To Opera' Rule to enforce font-size*/
    font-size: 11px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.inputBody:focus,textarea.inputBody:focus { /* IE doesn't get this at all! */
    border: 1px solid #000000;
    color:  #000000;
    color:  #000000 !important;
}


form {
	margin: 0; padding: 0;
}