#fcf2 {
font-family:arial;
font-size:11px;
margin:4px;
/*border:0px solid #3D5686;
background-color:#f8f5f0; */
/*width: 318px;*/
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}

#fcf2 em {
color:#F00;
}
/* text area div */
#fcf2 .txt {
clear: both;
padding: 4px;
height:143px;
width:318px;
background: url("images/textarea.gif");
}
/* input box div */
#fcf2 .inp {
clear: both;
padding: 4px;
height:14px;
width:318px;
background: url("images/input.gif");
}

#fcf2 label {
float: left;
width: 326px;
text-align: left;
}
#fcf2 span.f {
width: 326px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
/* input boxes */
#fcf2 .input { 
   padding:0px;
   margin:0px;
   border:0px;
   width:99%;
   height:14px;
   background-color: #3E5A82;
   background-image: url("images/bg_color.gif");   
   color: #FFFFFF;
}
/* textareas */
#fcf2 .textarea {
   padding:0px;
   margin:0px;
   border:0px;
   width:99%;
   height:143px;
   overflow: auto;
   background-color: #3E5A82;
   background-image: url("images/bg_color.gif");
   color: #FFFFFF;
}
