@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

input {
	outline: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	outline: none;
}

body {
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
	min-height: 780px;
	background-color: white;
	font-family: "楷体", sans-serif;
	overflow-x:hidden; 
}

.hs-Validator-error{
	color: red;
}

.hs-mask{
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
	width: 100%;
	height:1020px;
	overflow:auto;
	background-color:rgb(0,0,0);	
	filter: alpha(opacity=70);  
	-moz-opacity:0.7;  
	opacity: 0.7;  
}
.hs-layer{
	position:absolute;
	z-index:100;
	top:0px;
	left:100%;
	width: 100%;
	height:1020px;
	overflow:auto;
}
.hs-layer-form{
	width: 530px; 
	margin:80px auto;
	padding: 55px;
	background-color:white;
}
.hs-layer-form .hs-input-group {
	text-align: right;
	margin-bottom: 20px;
}

.hs-layer-form .hs-input-group label{
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}
.hs-layer-form .hs-input-group input[type="text"],
.hs-layer-form .hs-input-group input[type="password"]{
	font-weight: normal;
	color: #666666;
	border: 1px solid #ccc;
	font-size: 18px;
	height:40px;
	width:300px;
	padding: 5px 10px;
}

.hs-returnBtn {
	background-color: rgb(0, 131, 161);
	color: white;
	position: absolute;
	padding: 10px 15px;
	top: 0px;
	left: 0px;
	cursor: pointer;
}