html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body{
/*	background-image: url('../public/share/center-bg.jpg') !important;*/
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
}
.center-header{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #222;
	padding: 10px 10px 10px 10px;
}
.center-header .pull-left img{
	width: 130px;
	height: auto;
}
.center-header .pull-right img{
	width: 160px;
	height: auto;
	margin-top: 5px;
}
.center-header .middle-text{
	font-family: inherit;
	font-size: 20pt;
	font-weight: 600;
	color: #222;
	margin-left: 36%;
	margin-top: 30px;
	text-decoration: underline;
}
.login-box{
	margin-top: 10% !important;
}
.login-logo{
	background-color: #fff;
	padding: 20px 0px 5px 0px;
	border-radius: 1px;
	margin-bottom: 0px !important;
}
.login-logo img{
	width: 200px;
	height: auto;
}
.login-logo .header{
	background-color: #fafafa;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 5px 5px 5px;
	font-size: 13pt;
	font-weight: 600;
	margin-top: 10px;
}
.login-box-body{
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}
.rlast{
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px !important;
}
.rcp{
	text-align: center;
	font-family: inherit;
	font-size: 9pt;
	font-weight: 600;
	color: #333;
	padding: 10px 10px 15px 10px;
	margin-top: 15px;
}
.rcp a{
	text-decoration: none;
	color: #990000;
} 
.rcp a:hover{
	text-decoration: underline;
	color: #990000;
}
.hcpt img{
	width: 120px;
	height: 40px;
	border: 1px solid #aaa;
	border-radius: 2px;
}
.hcpt #RefreshCaptcha img{
	width: 20px;
	height: 20px;
	border: none;
}
label.error{
	font-weight: normal;
	font-size: 9pt;
	color: #cc0000;
}
.ercnt{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	background-color: #dd0000;
	border: 1px solid #bb0000;
	color: #fff;
	font-family: inherit;
	font-size: 10pt;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	display: none;
}