
.login{
	width:900px;
	height:360px;
	border:4px #dfdfdf solid;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
	padding:30px;
}
.login .left{
	float:left;
	width:500px;
	height:358px;
/*	border:1px #dfdfdf solid;*/
}

.left .leftimg{
	position:relative;

}
.left .leftimg img{
	width:500px;
	height:358px;
	border:0;
}
.left  .leftimg span{
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	height:25px;
	line-height:25px;
	color:#fff;
	font-weight:800;
	background-color:#333;
      filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5; 

}


.login .right{
	float:right;
	width:380px;
	height:358px;
	/*border:1px #dfdfdf solid;*/
}
.login .right .line{
	height:35px;
	padding:20px 30px;
	text-align:left;
	font-size:12px;
}
.login .right .line img{
	width:98px;
	height:46px;
	margin-left:10px;
}

.login .right .line span.title{
	font-size:12px;
	color:#999;
	display:block;
	margin-bottom:8px;
	float:left;
	height:35px;
	line-height:35px;
	margin-right:8px;
	width:55px;
}
.login .right .line span{
	font-size:12px;
	color:#999;
	display:block;
	margin-bottom:8px;
}
.login .right .line .error{
	font-size:12px;
	color:#ff4800;
	display:block;
	margin-bottom:8px;
}
.login .right .line span a{
	font-size:12px;
	margin-left:10px;
	text-decoration:none;
	color:#0066FF;

}
.input-text {
	width: 200px;
	height: 18px;
	padding: 8px 15px;
	line-height: 15px;
	color: #333;
	background: #fff;
	border:1px #dfdfdf solid;
	float:left;
}
.input-passwd {
	width: 52px;
	height: 18px;
	padding: 8px 15px;
	line-height: 15px;
	color: #333;
	background: #fff;
	border:1px #dfdfdf solid;
	float:left;
}


.login h1{
	margin-top:20px;
	margin-left:-8px;
	position: relative;
	height: 27px;
	line-height: 27px;
	color: #666;
	font-family: '\5fae\8f6f\96c5\9ed1';
	font-size: 20px;
}
.login h3{
	margin-top:5px;
	margin-bottom:5px;
	height:15px;
	line-height:15px;
	font-size:14px;
	font-weight:200;
}
.login h3 a{
	color:#ff6600;

}
.login .btn{
	width:300px;
	background:#fa4400;
	padding:10px 10px;
	height:40px;
	text-align:center;
	color:#fff;
	font-weight:600;
	font-size:17px;
	border:1px #ccc solid;
	cursor:pointer;
	

}