﻿body {
background-color:#81a3b3;
	
}
#fcf2 .e{
	background-color:#e8781a;
	 font-weight:bold;
}

#fcf2 {
font-family:arial;
font-size:11px;



width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
/*color:#FFFFFF;*/
font-weight:bold;

margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color: orange;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
/* background-color:#FFF;*/
}
#fcf2 label {
float: left;
width: 95px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
/*background: #FFF;*/
border:2px solid #000;
padding:2px;
background:#1f1a17;
color:white;


}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #e8781a;
border:2px solid #3D5686;
color:white;


}