#fcf2 {
	font-family: tahoma, "Dejavu Sans Condensed", sans-serif;
	font-size:11px;
	margin:5px;
	border: none;
	background-color: inherit;
	width:485px;
}
#fcf2 h3 {
	font-size:1.5em;
	background-color: #000;
	color:#fff;
	font-weight:bold;
	padding:4px;
	margin:0px;
}
#fcf2 p {
	text-align:center;
	padding:8px;
}
#fcf2 em {
	color:#F00;
}
#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	background-color: inherit;
}
#fcf2 label {
	float: left;
	width: 160px;
	text-align: right;
}
#fcf2 span.f {
	float: right;
	width: 315px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
}
#fcf2 .req {
	font-weight:bold;
}
#fcf2 input, #fcf2 textarea, #fcf2 select {
	background: #fff;
	border:1px solid #000;
	padding:2px;
	font: inherit;
	font-size: 11px;
}
#fcf2 input:focus, #fcf2 textarea:focus, #fcf2 select:focus {
	background: #f2f2f2;
	border:1px solid #3D5686;
}