/* CSS Document */

#container {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	line-height:20px;
	font-weight: normal;
	color: #FFFFFF ;
}
.form_decor {
	background-color: #f2f0f0;
	border: 0.1em solid #CCCCCC;
	font-family: Verdana;
	font-size:9px;
	font-weight: normal;
	color: #000000;
}
.red {
	font-family: Verdana;
	font-size:9px;
	font-weight: normal;
	color: #FF0000;
}
.red-note {
	font-family: Verdana;
	font-size:13px;
	font-weight: normal;
	color: #FF0000;
}
.lite_fontz {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}



.form_heads {
	 font-family: Calibri;
	 font-size:13px;
	 font-weight:bold;
	 line-height:27px;
   	 color: #333333;
	 text-align:left;
	 padding-left:5px;
	background-color:#9bafca; 
}
.sub_heads {
	font-weight: bold;
	background-color: #e1e3e4;
}

.form_td
{
padding-left:5px;
}