/* CSS Document */

#container {
	position:relative;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.form_decor {
	background-color:#FFFFFF;
	border: 0.1em solid #a09c9c;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height:22px;
}
.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: #FFFFFF;
	background-color: #b1080f;
	padding-left: 2px;
}
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}
.form-bold-txt{font-family:Calibri;
            font-size:16px;
			font-weight:bold;
			color:#990000;
}
.sub{
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	color: #333333;
}

.form_text
{
color:#6d7a89;
}