#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 */
#fcf2 .txt {
clear: both;
padding: 9px;
height:143px;
width:316px;
background: url("images/textarea.gif");
}
/* input box */
#fcf2 .inp {
clear: both;
padding: 9px;
height:14px;
width:316px;
background: url("images/input.gif");
}

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

