@charset "utf-8";
/* CSS Document */
@import url("main.css");
@import url("components.css");

#wraper{
	
    height:auto;
	width:auto;
} 
#header{
    height: 70px;
	width: 100%;
	background-image: url(../images/login_header_bg.jpg);
	background-repeat: repeat;
	color:#FFF;
	font-family:"Microsoft YaHei";
	font-weight: bold;
}
.header-logo{
	padding-top:10px;
	margin-left:5%;
	float: left;
	width: 300px;
}
.header-logo-icon{
	background:url(../images/logo.png) no-repeat;
	width:39px;
	height:43px;
	float:left;
	padding-right:10px;
}
.header-nav{
	float:right;
	margin-top: 25px;
}
.header-nav a{
	color:#FFF;
	margin-right:35px;
	margin-left:35px;
}
#main{
	width:auto;	
	/* height: 762px; */
	height:auto;
	background-image: url(../images/login_main_bg.jpg);
	background-repeat: repeat;
}
#content{
	width: auto;
	height: 730px;
}
#login_box{
	width: 837px;
	height: 317px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}
#login_box_left{
	width: 317px;
	height: 314px;
	float:left;
	color:#f0f2f2;
	background-image: url(../images/login_box_left_bg.jpg);
	background-repeat: no-repeat;
}
.desc_title{
	line-height:40px;
	margin-top:20px;
	margin-left:50px;
}
.desc_title ul{
	margin-top:30px;
	line-height:30px;
	margin-left:15px;
	list-style:disc;
}
#login_box_right{
	width: 520px;
	height: 314px;
	float:left;
	background-color:#FFF;
}
.right-title{
	font-size:16px;
	font-weight:500;
	border-bottom:#e5e5e5 1px solid;
	width:445px;
	margin:20px auto auto auto;
}
.right-content{
	width:420px;
	margin:20px auto auto auto;
}
.right-content-item{
	margin-bottom:20px;
}
.login-big-inputbox{
	height:32px;
}
.login-big-inputbox-icon{
	width:25px;
	height:32px;
	float:left;
	border:	#c7cacc 1px solid;
	border-radius:3px 0 0 3px;
	border-right:none;
	-moz-box-shadow:0 0 5px #D5D5D5;
    -webkit-box-shadow:0 0 5px #D5D5D5;
    box-shadow:0 0 5px #D5D5D5;
}
.login-big-inputbox-icon div{
	width:15px;
	height:19px;
	margin-top:6px;
	margin-left:5px;
}
.inputbox-username-icon{
	background:url(../images/inputbox-username-icon.png) no-repeat;
}
.inputbox-password-icon{
	background:url(../images/inputbox-password-icon.png) no-repeat;
}
.login-input{
	border:	#c7cacc 1px solid;
	-moz-box-shadow:0 0 5px #D5D5D5;
    -webkit-box-shadow:0 0 5px #D5D5D5;
    box-shadow:0 0 5px #D5D5D5;
	border-radius:3px;
}
.login-big-input{
	width:380px;
	height:30px;
	padding-left:5px;
	border-radius:0px 3px 3px 0;
}
.login-code-inputbox{
	height:32px;
}
.login-code-input{
	padding-left:5px;
	height:100%;
	width:138px;
	float:left;
}
.rand-code {
	margin-left:30px;
	float:left;
}
.rand-code img{
	height:100%;
	width:95px;
}
.login-remember-checkbox{
	height:20px;
}
.login-forget{
	float:right;
}
.login-forget a{
	color:#44a9fe;
	font-size:14px;
}
.login-button-div{
	height:100%;
	width:100%;
}
.login-button{
	height:32px;
	width:100%;
	display:block;
	background:#44a9fe;
	text-align:center;
	color:#FFF;
	font-size:16px;
	padding-top: 10px;
}
.login-button:hover {
	color:#FFF;
}
.login-button:onMouseDown{
	background:#1197CA;
}
.login-button span{
	margin-top:10px;	
}
#footer{
	width: 100%;
    height: 162px;
	background-image: url(../images/login_footer_bg.png);
	background-repeat: repeat-x;
}
.chk_1 + label{
	margin-right:6px;
	border-radius:2px;
	top: 4px;
	cursor: pointer;
}
.chk_1:checked + label{
}
.chk_1:checked + label::after{
	padding:0;
	
}