/* CSS Document */

#container {
	
	width:670px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left:10px;
}
.form_decor {
	background-color: #f2f0f0;
	border: 0.1em solid #CCCCCC;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.red {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.lite_fontz {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}



.form_heads {
	font-weight: bold;
	color: #2D6D9D;
	background-color: #F4F8FB;
	padding:3px;
	margin-bottom:3px;
	margin-top:3px;
	border-bottom:1px #2D6D9D dashed;
}
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}