html,body {
	font-size: 12px;
	font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", Tahoma, Arial, STHeiti, sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.form-message{height:30px; width:60%; margin-left:auto; margin-right:auto;}
.form-error-text{padding-left:35px;border:1px solid #ee86a4; color: #9d2a16; font-family: Microsoft Yahei; height: 26px; line-height: 26px; background:#f8cad7 url('../images/validatebox_warning.png') center left no-repeat; background-position: 10px 5.5px; border-radius: 4px;}
.form-warning-text{padding-left:35px;border:1px solid #f8e144; color: #000; font-family: Microsoft Yahei; height: 26px; line-height: 26px; background:#fdf7ce url('../images/bullet_error.png') center left no-repeat; background-position: 10px 5.5px; border-radius: 4px;}
.form-succeed-text{padding-left:35px; border-radius:3px; color: #fff; font-family: Microsoft Yahei; border: 1px solid #5e8800; height: 26px; line-height: 26px; background:#62b600 url('../images/loading1.gif') center left no-repeat; background-position: 10px 5.5px;}
.form-account{margin-top: 52px; margin-left: 65px; font-family: Microsoft Yahei; font-size: 12pt; color: #999999;}
.form-password{margin-top: 22px; margin-left: 65px; font-family: Microsoft Yahei; font-size: 12pt; color: #999999;}
#txtaccount{border: none; padding: 0px; height: 38px; line-height: 38px; width: 219px; font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif; font-size: 11pt; color: #999999; background-color: #fff; padding-left: 5px;}
#txtpassword{border: none; padding: 0px; height: 38px; line-height: 38px; width: 219px; font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif; font-size: 11pt; color: #999999; background-color: #fff; padding-left: 5px;}
.form-bottom{margin-top: 59px; margin-left: 30px; height:40px;line-height:40px;}
.btlogin{height:40px; width:260px; cursor:pointer; background:url(../images/btlogin.jpg) no-repeat;}
.btlogin:hover{background:url(../images/btlogin-hover.jpg) no-repeat;}
.copyright{text-align: center; color: #fff; position: absolute; top: 100%; margin-top: -50px; width: 97%; font-family: Microsoft Yahei; line-height:25px;}
.qqsign{margin-left: 20px; border: medium none; width: 63px; height: 24px; border-style: none; background: none; background-image: url("../images/Connect.png" ); cursor: pointer;}


.wrap {
    width: 1000px;
    margin: auto;
    text-align: left;
}
.center{
	text-align:center;
}
.box{
	clear:both; display:block
}
.box .logo{
    width: 300px; height: 112px; overflow: hidden; display:block;
    background: url(../images/logo.png) no-repeat 0px 30px;
}
.box .content{
	position:relative;
	margin:15px 0 50px;
	display:block;
	overflow:hidden;
	height:320px;
}
.box .content .loginImg{
	float:left; 
	padding-left:35px;
}
.box .content .Loginform{
	float:right; 
	width:320px; 
	height:320px; 
	position:relative;
	background:url(../images/loginForm.jpg) no-repeat;
}
.helper{
	background:#f5f5f5;
	height:154px;
	margin-top:20px;
	min-width:1000px;
}
.helper .item{
	float:left;
	margin-left:120px;
	
}
.helper .item.first{
	margin-left:60px
}
.helper .item h1{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-top:27px;
	text-indent:39px;
	height:30px;
	line-height:30px;
}
.helper .item h1.xd{
	background:url(../images/helper1.png) no-repeat;
}
.helper .item h1.wl{
	background:url(../images/helper2.png) no-repeat;
}
.helper .item h1.zf{
	background:url(../images/helper3.png) no-repeat;
}
.helper .item h1.lp{
	background:url(../images/helper4.png) no-repeat;
}
.helper .item p{
	color:#666666;
	font-size:12px;
	line-height:21px;
	margin:8px 0;
}
.footer{
	padding:16px 0;
	color:#cccccc;
	line-height:24px;
	background:#444444;
	min-width:1000px;
}
.footer p{
	text-align:center; padding-bottom:0px;
}
.footer p a{
	color:#cccccc;
}
.footer p a:hover{
	color:#cc0000;
}
.footer p.link{
	font-size:14px; color:#cccccc
}
