#fcform2 { font-family:arial; font-size:11px; margin:5px; width:280px;}
#fcform2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcform2 p {
text-align:center;
padding:8px;
}
#fcform2 em {
color:#fbfbfa;
}
#fcform2 div.r {
clear: both;
padding-top: 5px;
background-color:#eee;
}
#fcform2 label {
float: left;
width: 100px;
text-align: right;
}
#fcform2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcform2 div.sp {
clear: both;
}
#fcform2 .req {
font-weight:bold;
}
#fcform2 input, #fcform2 textarea {
background: #eee;
border:1px solid #999;
padding:2px;
}
#fcform2 input:focus, #fcform2 textarea:focus {
background: #eee;
border:1px solid #3D5686;
}