/* 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: #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;
}
.secure {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;	
	color: #FF0000;
}
.lite_fontz {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}



.form_heads{font-weight: normal;
	color:#FFFFFF;
	font-size:13px;
	padding-left:5px;
	font-weight:bold;
	line-height:25px;
	background-color: #bbb082;
}
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}