#login_form{
	background: url(../images/login_bg.gif) no-repeat top center #F4F5FB;
	width:410px;
	height:269px;
	margin: 70px 200px 70px 210px;
	display:block;
	
	
}

#login_form .label{
	color:#1F4078;
	font:11px tahoma;
	text-align:left;
	margin:0px 40px 3px 0px;
	padding-left:3px;


}

#login_form #formContent{
	width:245px;
	height:210px;
	margin:0px auto 0px auto;
	text-align:center;
	padding-top:30px;
}

#login_form .field{
	width:242px;
	height:26px;
	border:1px solid #B6BEE0;
	font-size: 22px !important;
	margin-bottom:20px;
}

#login_form a{
	color:#2A561D;
	font:11px tahoma;
	text-decoration:underline;
}

#login_form .submit
{
	background:url(../images/green_enter.gif) no-repeat top left;
	width:135px;
	height:32px;
	line-height:32px;
	color:white;
	text-transform:uppercase;
	font:14px tahoma;
	border:0;
	margin:0px 0px 20px 0px;
	font-weight:bold;
}
