body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #1c4e83;
}
.header {
	width: 1024px;
	height: 80px;
	clear: both;
	margin: 0 auto 10px auto; 
	/*border: solid 1px #888999;*/
}
.login {
	width: 1026px;
	height: 600px;
	margin: 0px auto;
	/*border: solid 1px #888999;*/
}
.login-left {
	float: left;
	width: 280px;
	/*border: solid 1px #888999;
	width: 600px;*/
}
/*登录右侧样式*/
.login-right {
	float: left;
	width: 380px;
	/*border: solid 1px #888999;*/
	height: 450px;
	margin: 20px 0 0 20px;
	background-color: white;
}
.login-right .inputRow {
	height: 60px;
	position: relative;

	margin: 10px 0 0 0;
}
.login-right .inputRow .title {
	font-size: 22px;
	margin-top: ;
	font-family: 宋体;
	text-align: left;
	text-indent: 15px;
	width: 90%;
	margin: 30px auto 0 auto;
	border-bottom: 1px solid #ee7700;
}
.login-right .inputRow .img1 {
	position: absolute;
	top: 12px;
	left: 50px;
}
.login-right .inputRow input {
	width: 80%;
	height: 42px;
	line-height: 42px;
	text-indent: 35px;
}
.login-right .inputRow input.pwd {
	font-size: 12px;
}
.login-right .inputRow .vc-left {
	width: 160px;
	float: left;
	text-align: left;
}
.login-right .inputRow .vc-left input { /*验证码*/
	width: 110px;
	margin: 0 0 0 36px;
}
.login-right .inputRow .vc-left .img1 {
	position: absolute;
	top: 12px;
	left: 50px;
}
.login-right .inputRow .vc-right {
	width: 50%;
	float: left;
	height: 48px;
	text-align: left;
}
.login-right .inputRow .vc-right .img3{
	width: 100px;
	height: 44px;
}

.login-right .ico_username {
	background-image: url(../images/login/logName.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: solid 1px #e3e3de;
}
.login-right .ico_pwd {
	background-image: url(../images/login/logPwd.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: solid 1px #e3e3de;
}
.login-right .ico_img {
	background-image: url(../images/login/logPwd.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: solid 1px #e3e3de;
}
/**/
.login-right #btn {
	text-align:center;
}
.login-right #btn .loginBtn {
	width: 110px;
	height: 40px;
	text-indent: 0px;
	background-color: #ee7700;
	border: none;
	font-size: 18px;
	color: white;
	cursor: pointer;
}
.login-right #btn .regBtn {
	width: 80px;
	background-color: #ee7700;
	border: none;
	text-decoration: none;
	color: white;
	font-size: 18px;
	padding: 8px 38px;
	margin: 0 0 0 18px;
}
.login-right .inputRow .findPwd {
	text-align: right;
	width: 340px;
}
.login-right .inputRow .findPwd a{
	text-align: right;
	color: #888999;
	font-size: 14px;
	text-decoration: none;
}
/*尾部样式*/
.footer {
	clear: both;
	width: 1024px;
	height: 120px;
	display: none;
/*	border: solid 1px #888999;*/
	margin: 10px auto 0 auto;
}