@charset "utf-8";

/* CSS Document */
*{
	margin: 0;
	padding: 0
}

html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #011e54;
	background: url(../images/background.png) center -30px no-repeat #fff;
	overflow: hidden;
}

a,a:link,a:hover {
	color: #011e54;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style: none;
}

img {
	border: none;
	position: relative;
	bottom: 0px;
}
.wapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 90px;
}

.logo{
	text-align: center;
}
.logobox img{
	display:block;
	height:54px;
}

#loginbox {
	width: 100%;
	height: 342px;
	position: relative;
}

form {
	text-align: left !important;
	width: 100%;
	height: 100%;
	border: 0px solid red;
}

.title {
	width: 100%;
	height: 342px;
	position: relative;
}

.title h2 {
	font-family: "微软雅黑", Verdana, Geneva, sans-serif;
	display: block;
	width: 450px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 53px;
}

#login {
	width: 330px;
	height: 330px;
	background-color:#fff;
	opacity:0.8;
	filter:alpha(opacity=70);
	position: absolute;
	top: 60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(style/ie-css3.htc);
}

#login h2 {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	text-align: center;
}

#login ul {
	display: block;
	width: 310px;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	*margin-top: 20px;
	_margin-top: 20px;
	position: relative;
}

#login ul li {
	margin-top: 10px;
}

#login ul label {
	display: inline-block;
	width: 37px;
	height: 31px;
	line-height: 31px;
	text-align: right;
	vertical-align: bottom;
	margin-right: 10px;
}

#login ul input {
	width: 230px;
	height: 29px;
	line-height: 29px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #1b3667;
	border: 1px solid #8490ac;
	padding: 0 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(style/ie-css3.htc);
}

.inpwth {
	width: 75px !important;
}

.vcode {
	position: absolute;
	top: 84px;
	*top: 98px;
	_top: 98px;
	left: 140px;
}

.vcode img {
	width: 81px;
	height: 27px;
	overflow: hidden;
}

.juese{
	width:83px;
	height:30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(style/ie-css3.htc);
	padding: 0 3px;
	font-size:20px;
}

.lbtn {
	margin-top: 20px;
	margin-left: 46px;
	width: 250px;
	height: 35px;
	line-height: 35px;
}

.lbtn a,.lbtn a:link,.lbtn a:visited {
	display: inline-block;
	height: 35px;
	line-height: 26px;
	margin-left: 15px;
}

#login button {
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-color:#06A;
	border: none;
	border-radius: 5px;
}

#login button:hover {
	background-color:#17A;
}

#footer {
	width: 100%;
	line-height: 26px;
	position: absolute;
	bottom: 30px;
}

#footer p {
	text-align: center;
}

#footer span {
	color: #ababab;
}