@charset "utf-8";

.login {
	width:958px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfe3ff;
	border-left-color: #bfe3ff;
	height:360px;
}
.login_left {
	width:350px;
	padding-top:20px;
	padding-bottom:30px;
	float:left;
	background-image: url(../images_2/login_middle_line.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 100px;
}
.login_left li { width:340px; margin-top:15px;}
.login_left li span { width:100px; text-align:right; float:left; display:block;}
.login_left a {
	color:#069;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
.login_txt { text-align:center;}
.login_button {
	width:200px;
	height:34px;
	margin-top:10px;
	background-color: #FFF; text-align:center;
}
.login_submit1 {
	width:150px; overflow:hidden;
	height:34px;
	color:#FFF;
	font-size:14px; 
	border: none;
	font-weight: 700; letter-spacing:1px; background-attachment: fixed;
}
.login_register {
	width:328px; background-color:#06C;
	height:34px;
	margin-top:10px;
	background-color: #FFF; text-align:center;
	}
	.login_register a {
	display:block;
	width:328px;
	height:34px;
	color:#FFF;
	font-size:14px;
	cursor: pointer;
	background-image: url(../images_2/resgin.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 700;
	text-indent: -9999px;
}
.login_right { width:400px; float:left; margin-left:20px; margin-top:30px;} 
.login_right ul { padding:0; margin:0;}
.login_right ul li { width:400px; margin-top:15px;}
.login_right ul li h4 {
	font-size:13px;
	font-weight: 700;
	color: #069;
}
.login_code input{ width:60px;}