body {
color:#414141;
font-family:Verdana,Arial,Helvetica,Lucida,sans-serif;
font-size:84%;
}
#auth-form fieldset, #gen-form fieldset, .generic fieldset {
border:1px dotted #B2B2B2;
margin-bottom:0.5em;
}
#auth-form legend, #gen-form legend, .generic legend {
font-weight:bold;
padding-bottom:0.5em;
padding-top:0.5em;
}
#auth-form ol, #gen-form ol, .generic ol {
clear:both;
margin:0;
padding:0;
width:auto;
}
#auth-form ol li, #gen-form ol li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:48%;
}
#auth-form li, #gen-form li, .generic li {
margin-bottom:0.5em;
}
#auth-form ol li, #gen-form ol li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.error, .errMsg {
color:#FF0000;
}
#auth-form textarea, #gen-form textarea {
width:75%;
}
body, p, li, ul, ol, label {
font-family:Verdana,Arial,Helvetica,sans-serif;
}
#auth-form input, #gen-form input, #auth-form textarea, #gen-form textarea, #auth-form select, #gen-form select, .generic select {
border:1px solid #BAB8B5;
}
#auth-form input:focus, #gen-form input:focus, #auth-form input:hover, #gen-form input:hover, #auth-form textarea:focus, #gen-form textarea:focus, #auth-form textarea:hover, #gen-form textarea:hover {
background-color:#FFF8E1;
border:1px solid #F6772F;
}