/* CSS Document */

#container {
	position:relative;
	width:575px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	line-height:20px;
	font-weight: normal;
	color: #333333;
}
.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-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 font-weight:bold;
	 line-height:22px;
   	 color: #666666;
	 text-align:center;
	background-color: #e7e7e7;
}
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}

.form_td
{
padding-left:5px;
}