.login-body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.login-wrap {
	width: 850px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -175px;
}

.login-logo {
	height: 100px;
	line-height: 100px;
	text-align: center;
	overflow:hidden;
}
.login-logo img{
	margin:0 auto;
	vertical-align:middle;
}
.login-form {
	width: 750px;
	height: 100px;
	position: absolute;
	top: 140px;
	left: 50px;
}
.login-form .username {
	background: #FFF url('images/username.jpg') no-repeat left center;
	border: 1px solid #c9a357;
	width: 287px;
	height: 41px;
	line-height: 41px;
	font-size: 20px;
	font-weight: bold;
	color: #5e5e5e;
	margin-left: 6px;
	padding: 0 10px;
}

.login-form .password {
	background: #FFF url('images/password.jpg') no-repeat left center;
	border: 1px solid #c9a357;
	width: 287px;
	height: 41px;
	line-height: 41px;
	font-size: 20px;
	font-weight: bold;
	color: #5e5e5e;
	margin-left: 6px;
	padding: 0 10px;
}


.login-form .login_chinese_btn {
	width: 97px;
	height: 43px;
	overflow: hidden;
	/* text-indent: -99999px; */
	margin-top: 5px;
	/* background-color: #fff;*/
	border-radius: 3px; 
	/* background: url('images/chinese_btn.png')
		no-repeat center; */
	border: none;
	cursor: pointer;
}

.login-form .login_english_btn {
	width: 97px;
	height: 52px;
	overflow: hidden;
	text-indent: -99999px;
	background: url('images/english_btn.png')
		no-repeat center;
	border: none;
}

.login-form .info {
	width: 790px;
	height: 30px;
	color: #354a61;
	background: none;
	text-align: center;
	margin-top: 20px;
}

.login-form .info label {
	width: 86px;
	height: 28px;
	color: #666;
	font-size: 14px;
	margin-right: 20px;
}

.login-form .info label.rem {
	margin-left: 80px;
}

.login-form .info input {
	margin: 0 3px 0 05px;
	vertical-align: middle;
}

.login-form .inputFocus {
	background: #FFF;
}

.login-form #tip {
	width: 200px;
	height: 30px;
	color: red;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100px;
	display: none;
}


/**IE8浠ヤ笅娴忚鍣ㄥ崌绾ф彁绀�*/
.update_browser {
	height: 350px;
	left: 50%;
	margin-left: -320px;
	margin-top: -175px;
	position: absolute;
	top: 50%;
	width: 640px;
}
.update_browser .subtitle {
	color: #777777;
	font-family: 寰蒋闆呴粦;
	font-size: 14px;
	height: 36px;
	line-height: 18px;
	width: 640px;
}
.update_browser .title {
	color: #009AD9;
	font-family: 寰蒋闆呴粦;
	font-size: 48px;
	height: 106px;
	line-height: 96px;
	text-align: center;
	width: 640px;
}
.update_browser .title span {
	color: #FF3333;
	font-size: 60px;
}
.update_browser .browser {
	background: url("../images/browser.png") no-repeat scroll 0 0 transparent;
	height: 128px;
	overflow: hidden;
	width: 640px;
}
.update_browser .browser a {
	display: block;
	float: left;
	height: 128px;
	text-indent: -999em;
	width: 128px;
}
.update_browser .bottomtitle {
	color: #777777;
	font-family: 寰蒋闆呴粦;
	font-size: 14px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	width: 640px;
}
.update_browser .bottomtitle a {
	color: #777777;
}
.update_browser .bottomtitle a:hover {
	color: #999999;
}