@charset "utf-8";
/* CSS Document */

.login-box{
	width:1000px;
	height:420px;
	padding-top:100px;
}
.login-box-left{
	width:670px;
	height:420px;
	float:left;
}
.login-box-right{
	width:330px;
	height:378px;
	float:right;
	background:#fff;
}
.login-box-inner{
	width:270px;
	height:auto;
	margin:0 auto;
	margin-top:35px;
}
.login-title{
	width:100%;
	padding-bottom:15px;
	text-align:center;
	font-size:18px;
	color:#ca4341;
	border-bottom:solid 1px #DEDEDE;
}
.login-line{
	width:100%;
	height:37px;
	border:solid 1px #DCDCDC;
	margin-top:22px;
}
.login-line2{
	border:none;
}
.code-box{
	width:160px;
	height:37px;
	border:solid 1px #DCDCDC;
	float:left;
}
.login-icon{
	width:20px;
	height:14px;
	border-right:solid 1px #C6C6C6;
	display:inline-block;
	float:left;
	margin:12px 0px 0px 20px;
}
.icon1{
	background:url(../images/name.png) left center no-repeat;	
}
.icon2{
	background:url(../images/pass.png) left center no-repeat;	
}
.icon3{
	background:url(../images/yanzhen.png) left center no-repeat;	
}
.width-input{
	width:215px;
	padding-left:10px;
	height:35px;
	line-height:35px;
	float:left;
	outline:none;
	font-size:14px;
	color:#999999;
	font-family:"Microsoft YaHei";
	border:none;
}
.width-input2{
	width:105px;
}
.code-img{
	width:97px;
	height:37px;
	display:inline-block;
	float:right;
}
.code-img img{
	width:97px;
	height:37px;
}
.login-sub{
	width:100%;
	height:37px;
	line-height:37px;
	text-align:center;
	border:none;
	font-size:14px;
	color:#fff;
	background:url(../images/login-sub.png) no-repeat;
	font-family:"Microsoft YaHei";
	cursor:pointer;
	outline:none;
}
.forget{
	float:left;
	font-size:14px;
	color:#999;
}
.register{
	float:right;
	font-size:14px;
	color:#ca4341;
}