/* CSS Document */

#container {
	position:relative;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	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-weight: bold;
	color: #475740;
	background-color: #E1E7DE;
	padding:3px;
	margin-bottom:3px;
	margin-top:3px;
	border-bottom:1px #475740 dashed;
}
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}
.inputtext{
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 0px;
}


.formtext{
	font-family: verdana;
	color:#315570;
	font-size: 11px;
	line-height: 15px;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 15px;
}