html,body {
	font-family:"微软雅黑","Microsoft YaHei","SimHei",'Open Sans', sans-serif;
	color:#333;
	background:#fff;
	font-size:14px;
	margin:0px;
	height: 100%;
}
form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
i, em {
	font-style: normal;
}


.wrap {
	position: relative;
	z-index: 0;
	height: auto;
	float: right;
	margin-top: 13%;
	margin-right: 2%;
}
body{
	width:100%;
	height:100%;
	background-image: url(../img/login1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}



.register-box_top{
	height: 200px;
	line-height: 200px;
	/*position: absolute;*/
	/*right: 6%;*/
	/*top: 20%;*/
	width: 500px;
	background: url("../img/loginTop.png") no-repeat;
	background-size: contain;
}
.register-box_bot{
	height: 200px;
	line-height: 200px;
	/*position: absolute;*/
	/*right: 6%;*/
	/*top: 50%;*/
	width: 500px;
	background: url("../img/loginBot.png") no-repeat;
	background-size: contain;
	margin-top: 10px;
}
.register-box_top a,.register-box_bot a{
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
}



/*=====================以下部分是Validform必须的====================*/
.Validform_checktip{ margin-left:15px; line-height:36px; height:20px; overflow:hidden; color:#999; font-size:14px;}
.Validform_right{ color:#71b83d; padding-left:20px; background:url(http://oa.cnhh.com/HhWebPortal/css/valid_icons.png) no-repeat -40px -20px; }
.Validform_wrong{ color:red; padding-left:20px; white-space:nowrap; background:url(http://oa.cnhh.com/HhWebPortal/images/valid_icons.png) no-repeat -20px -40px; }
.Validform_loading{ padding-left:20px; background:url(http://oa.cnhh.com/HhWebPortal/css/icon_onload.gif) no-repeat left center; }
.Validform_error{ background:#FEFBD3; }

#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{ position:absolute; left:0px; top:-1px; z-index:-1; }
#Validform_msg .Validform_title{ position:relative; line-height:35px; height:35px; text-align:left; font-weight:bold; padding:0 10px; color:#fff; background:#33B5E5; }
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{ line-height:30px; position:absolute; right:10px; top:0px; color:#fff; text-decoration:none; }
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:10px;border:1px solid #bbb; border-top:none; text-align:left;}
/*=====================以上部分是Validform必须的====================*/