@charset "utf-8";
/* CSS Document */

/*--------------------------------登录页面--------------------------------*/
body.HT_Login{ 
	background-color:transparent !important; 
	background-repeat:repeat;
}
body.HT_Login .Module {
	position: relative;
}

body.HT_Login .Module ul {
	/*overflow: hidden;*/
	clear: both;
	padding-top:20px;
}
body.HT_Login .Module li {
	/*overflow: hidden;*/
	clear: both;
	padding-bottom:10px;
}
body.HT_Login .Module ul li label {
	line-height: 30px;
}
body.HT_Login input[type=submit], body.HT_Login input[type=button] {
	background-repeat:no-repeat;
	color: #fff;
	margin: 0 0;
}
body.HT_Login input[type=submit]:hover, body.HT_Login input[type=button]:hover {
	background-repeat:no-repeat;
}
body.HT_Login .Module a:hover {
	color: #b60017;
}
body.HT_Login input{
	height: 35px;
	line-height: 35px;
	border: none;
	border-radius: 0;
	margin-top: 0 !important;
}
body.HT_Login input[type=submit]{
	background-color: #cc521a;
	width: 290px;
}
body.HT_Login input[type=submit]:hover{
	background-color: #c03912;
}
.validateBox{
	position: relative;
	z-index: 1;
}
.validateBox img{
	position: absolute;
	z-index: 200;
	top: 5px;
	right: 15px;
	height: 27px;
	padding: 0;
}
body.HT_Login input[type="text"]{
	position: relative;
	z-index: 1;
	width: 225px;
}
body.HT_Login input[type="password"] {
	position: relative;
	z-index: 1;
	width: 225px;
}
.userLogin, .qrcodeLogin{
	clear: both;
	display: inline-block;
	padding: 0 !important;
	width: 49%;
	border-bottom: solid 1px #ddd;
	font-size: 14px !important;
	color: #333;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background-size: 15px auto;
}
.userLogin{
	background-image: url(../images/userCodeImg.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.qrcodeLogin{
	border-left: solid 1px #ddd;
	background-image: url(../images/qrCodeImg.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
}
.loginTips a{
	color: #333;
	text-decoration: none;
	background-image: url(../images/ico_login04.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 5px 0 20px;
	float: right;
}
.userLogin.hover, .qrcodeLogin.hover, .loginTips a:hover{
	color: #b60017;
	text-decoration: none;
}
.loginTips .regLink{
	background-image: url(../images/application_edit.png);
	background-position: left center;
	background-repeat: no-repeat;
	float:left;
}