@charset "utf-8";
/* login styles */
#loginer{
	font-size:14px;
	color:#007440;
	margin:auto;
	text-align:left;
	width:428px;
	background:url(../images/logo.gif) no-repeat 15px 50px;
	padding-top:150px;
}
.logintop{
	background:url(../images/logotop.jpg) bottom left no-repeat;
	height:10px;
	font-size:0;
}
.logintop li a:hover,.logintop li.loginselect a,.logintop li.loginselect a:hover{
	color:#fff;
	background:url(../images/buttonA.gif);
	}
.logincenter{
	background:url(../images/logocenter.jpg) repeat-y;
	padding:35px 20px 20px 20px;
}
label{
	font-weight:700;
	text-align:right;
}
.logincenter input{
	background:#9dcd17;
	border:1px solid #6b8d0b;
	height:18px;
	line-height:18px;
	color:#007440;
	font-weight:700;
	vertical-align:middle;
}
.logincenter li{
	text-align:right;
	padding:0 5px 5px 0;
	width:250px;
}
.loginfoot{
	background:url(../images/logofoot.jpg) no-repeat;
	height:125px;
}

