#cntct {
	font-family:arial;
	color:#000;
	font-size:12px;
	margin:5px;
	border:1px solid #3D5686;
	background-color:#C0ECA4;
	width:450px;
	font-weight: bold;
}

#cntct h3 {
	font-size:1.5em;
	background-color:#3D5686;
	color:#000;
	font-weight:bold;
	padding:4px;
	margin:0px;
}

#cntct p {
	text-align:center;
	padding:8px;
}

#cntct em {
	color:#390;
}

#cntct div.r {
	clear: both;
	padding-top: 5px;
	background-color:#C0ECA4;
}

#cntct label {
	float: left;
	width: 100px;
	text-align: right;
}

#cntct span.f {
	float: right;
	width: 335px;
	text-align: left;
}

#cntct div.sp {
	clear: both;
}

#cntct .req {
	font-weight:bold;
}

#cntct input, #cntct textarea {
	background: #FFF;
	border:1px solid #000;
	padding:2px;
}

#cntct input:focus, #cntct textarea:focus {
	background: #f2f2f2;
	border:1px solid #3D5686;
}

