*
{
	font-size: 12px;
	font-family: Verdana,"宋体",Arial,Helvetica,sans-serif;
	
}
html{
	overflow-y:hidden;
	text-align:center;
}
body
{
	font-size: 12px;
	line-height: 1.5;
	font-family: Verdana,"宋体",Arial,Helvetica,sans-serif;
	background-color: #FFF;
	text-align:center;
	background:url(../img/login/login_body_bg.gif) repeat-x #E2F0FD;
	
}
form, h1, h2, h3, ul, ol, div
{
	margin: 0;
	padding: 0;
}
td,th,div
{
	word-break:break-all;
	word-wrap:break-word;
}
b, strong
{
	color: #000;
}
li, dd
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
input
{
	border:1px solid #ababab;
	zoom:expression(function(ele){(ele.type=='button'||ele.type=='submit'||ele.type=='reset') ?	ele.className='coolbg np':(ele.type=='text' ?	ele.className='alltxt':'');(ele.type=='radio'||ele.type=='checkbox') ?	ele.className='np':'';ele.style.zoom = '1';}(this));}

input
{
	background: url(../img/login/input.png) repeat-x scroll 0px 0px;
}
select
{
	padding: 3px;
}

input[type="button"], input[type="submit"], input[type="reset"]
{
	border: none;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	background-color: #F1F8B4;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../img/login/allbtbg2.gif) #EFF7D0;
	cursor: pointer;
}
input[type="text"], input[type="password"]
{
	border-width: 1px;
	border-style: solid;
	border-color: #707070 #CECECE #CECECE #707070;
	padding: 2px 4px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}
input[type="text"]:focus,input[type="password"]:focus
{
	border-color:#037ed1;
	color:#333;
	-moz-box-shadow:0 0 3px #037ed1;
	-webkit-box-shadow:0 0 3px #037ed1;
	box-shadow:0 0 3px #037ed1;
	outline:none ;
}
.alltxt
{
	height: 15px;
	line-height: 15px;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #707070 #CECECE #CECECE #707070;
}

h1
{
	color: #171B16;
	font-size: 130%;
	font-weight: bold;
}
h2
{
	color: #171B16;
	font-size: 115%;
	font-weight: bold;
}
h3
{
	color: #171B16;
	font-size: 100%;
	font-weight: bold;
}
a:link
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-family:  Verdana,"宋体",Arial,Helvetica,sans-serif;;
}
a:visited
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-family:  Verdana,"宋体",Arial,Helvetica,sans-serif;;
}
a:hover
{
	color: red;
	font-family:  Verdana,"宋体",Arial,Helvetica,sans-serif;;
}
a img
{
	border-style: none;
}
b a
{
	color: #666600;
}
strong a
{
	color: #666600;
}
a b
{
	color: #666600;
}
a strong
{
	color: #666600;
}

#login-box
{
	background: url(../img/login/login_bg.gif) no-repeat;
	width: 550px;
	height:457px;
	margin: 94px auto 0 auto;
	*margin: 79px auto 0 auto;
	_margin: 79px auto 0 auto;
	padding: 0 20px;
	padding-top:240px;
	*padding-top:250px;
	_padding-top:250px;
}

.login-main
{
	float:left;
	width:250px;
	height: 120px;
}
.login-main dl
{
	width: 250px;
}
.login-main dl dt, .login-main dl dd
{
	float: left;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	margin-top: 5px;
}
.login-main dl dt
{
	width: 90px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-right: 5px;
}
.login-main dl dd
{
}
.login-main dl dd input#vdcode
{
	width: 50px;
	margin-right: 5px;
}
.login-submit .login-btn
{
	background: url(../img/login/login.gif) no-repeat;
	width: 95px;
	height: 91px;
	border: none;
	cursor: pointer;
	float:left;
}
.login-power
{
	font: 11px Tahoma,Helvetica,Arial,sans-serif;
	height: 25px;
	line-height: 25px;
	text-align: right;
	color: #000;
	width:300px;
	float:right;
}
.login-submit{
width:300px;
height:90px;
padding-top:15px;
*padding-top:5px;
_padding-top:5px;
text-align:left;
}
.login-copyright{
width:300px;
text-align:right;
}
.login-copyright strong
{
	color: #0065a9;
}
.login-copyright a
{
	margin: 0 0px;
	color: #256EB1;
}
.login-copyright a:hover
{
	text-decoration: underline;
	color: #1A4A77;
}