@charset "utf-8";
/* CSS Document */

body {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -100;
}
.wrapper {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -99;
}
.cont {
	position: relative;
	top: 60px;
	width: 880px;
	padding-right: 50px;
	padding-left: 50px;
}
.logo {
	background: url(../images/logo_text.png) no-repeat right center;
	height: 83px;
	padding-right: 195px;
	max-width: 500px;
	overflow: hidden;
}
.logo img { max-width:300px;}
.login {
	width: 380px;
	margin-top: 40px;
	overflow: hidden;
}
.Lbg_top {
	line-height: 20px;
	background: url(../images/login.png) no-repeat 0px 0px;
	height: 20px;
	text-indent: -999px;
}
.Lbg_bottom {
	line-height: 20px;
	background: url(../images/login.png) no-repeat 0px -38px;
	height: 20px;
	text-indent: -999px;
}
.Lbg_mid {
	background: url(../images/login_bg.png) repeat-y;
	width: 362px;
	padding: 33px 9px 0px;
}
.L_tit {
	line-height: 82px;
	background: url(../images/login.png) no-repeat 0px -74px;
	text-indent: -999px;
	height: 49px;
	width: 306px;
	margin: 0px auto;
	overflow: hidden;
}
.login .num {
	background: #FFF url(../images/login.png) no-repeat 0px -244px;
	height: 26px;
	width: 202px;
	border: 1px solid #d4d4d4;
	font-size: 12px;
	line-height: 28px;
	text-indent: 28px;
}
.login .pass {
	background: #FFF url(../images/login.png) no-repeat 0px -294px;
	height: 26px;
	width: 202px;
	border: 1px solid #d4d4d4;
	font-size: 12px;
	line-height: 28px;
	text-indent: 28px;
}
.login .num_cursor {
	background: url(../images/login.png) no-repeat 0px -139px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	line-height: 30px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 4px;
	text-indent: 25px;
}
.login .pass_cursor {
	background: url(../images/login.png) no-repeat 0px -189px;
	height: 30px;
	width: 200px;
	font-size: 12px;
	line-height: 30px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 4px;
	text-indent: 25px;
}
.false {
	background: url(../images/login.png) no-repeat -280px -194px;
	height: 28px;
	width: 26px;
	text-indent: -9999px;
}
.ture {
	background: url(../images/login.png) no-repeat -280px -143px;
	height: 28px;
	width: 26px;
	text-indent: -9999px;
}
.Lbuttom {
	background: url(../images/login.png) no-repeat 0px -352px;
	height: 37px;
	width: 87px;
	display: inline-block;
	text-align: center;
	margin: 15px;
	color: #FFF;
	font: bold 14px/37px "微软雅黑", Arial, Helvetica, "sans-serif 宋体";
	border-width: 0px;
	border-style: none;
	cursor:pointer;
}
.Lbuttom:hover { background: url(../images/login.png) no-repeat -119px -352px; }
