#form {
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:5px;
width:500px;
}
#form h2 {
font-family:"Trebuchet MS", Verdana, Arial;
font-size:18px;
color:#003366;
padding-top:12px;
margin:0px;
}
#form h3 {
padding:0;
margin:12px;
}
#form fieldset {
border:0;
}
#form p {
text-align:center;
padding:8px;
}
#form em {
color:#F00;
}
#form div.r {
clear: both;
padding-top: 5px;
}
#form label {
float: left;
width: 140px;
text-align: right;
}
#form span.f {
float: right;
width: 335px;
text-align: left;
}
#form span.f a {
font-size:9px
}
#form div.sp {
clear: both;
}
#form .req {
font-weight:bold;
}
#form input, #form textarea, #form select {
background: #FFF;
font-size:9px;
border:1px solid #000;
padding:2px;
}
#form input:focus, #form textarea:focus, #form select:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}