body{
	width:100%;
	height:100%;
	overflow: hidden;
}
.bj_img{
	width:100%;
	height:100%;
	position: fixed;	
}
.login{
	position: absolute;
	width:500px;
	height:519px;
	top:50%;
	left:50%;
	margin-left:-277px;
	margin-top:-260px;
	background:url(../images/login/bg_win01.png) 0 0 no-repeat;
}
.input_k{
	margin-top:97px;
}
.input_k h1{
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:24px;
	letter-spacing: 5px;
	margin-bottom:37px;
	text-align: center;
}
.input_k button{
	background:none;
	color:#fff;
	height:75px;
	line-height:75px;
	font-size:24px;
	margin-top:25px;
	cursor:pointer;
	width:100%;
}
.login_btm{
	height:85px;
	width:100%;
	line-height:85px;"C:/Users/dell/AppData/Local/Temp/909cbqpt.bmp"
	color:#fff;
	text-align:center;
	font-size:24px;
}


.username{
	width: 401px;
	height: 84px;
	margin: 0 auto;
    position: relative;
}
.password{
	width: 401px;
    height: 84px;
    margin: 0 auto;
    position: relative;
}
.checkeCode{
	width: 401px;
    height: 55px;
    margin: 0 auto;
    position: relative;
}
.nameError, .pwdError {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
    background: url("../images/login/error.png") no-repeat 4px 4px;
    height: auto;
    padding-left: 23px;
}
#name{
	border: 2px #a6b4bf solid;
    line-height: 43px;
    height: 43px;
    padding-left: 50px;
    width: 405px;
    color:#fff;
    background:rgba(0,0,0,.4) url("../images/login/icon_usr.png") 10px 8px no-repeat;
}
#pwd{
	border: 2px #b1b1b3 solid;
    line-height: 43px;
    height: 43px;
    padding-left: 50px;
    width: 405px;
    color:#fff;
    background:rgba(0,0,0,.4) url("../images/login/icon_pwd.png") 10px 16px no-repeat;
}
#checkeCode{
	border: 2px #b1b1b3 solid;
    line-height: 43px;
    height: 43px;
    padding-left: 50px;
    width: 405px;
    color:#fff;
    background:rgba(0,0,0,.4) url("../images/login/icon_03.png") 10px 12px no-repeat;
}
#imgVerify{
	position: absolute;
	top: 4px;
	right:0;
}
.forget{
	top:51px;
	right:0;
	position: absolute;
	color:#fff;
	margin-top:5px;
	cursor:pointer;
}
.forget a{
	color:#fff;
	text-decoration:none;
}
.forget a:hover{
	border-bottom:1px solid #fff;
}