body {
	margin: 0;
	padding: 0;
	background-color: #EEF2F6;
}

.loginbody {
	background: url(../images/login_bg.jpg);
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
}

.loginbm {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 20;
	text-align: center;
	background: url(../images/loginbg2.png) repeat-x;
	width: 100%;
	color: #0b3a58;
}

.loginbm a {
	font-weight: bold;
	color: #0b3a58;
}

.loginbm a:hover {
	color: #fff;
}

.logintop {
	height: 47px;
	position: absolute;
	top: 0;
	background: url(../images/loginbg1.png) repeat-x;
	z-index: 100;
	width: 100%;
}

.logintop span {
	color: #fff;
	line-height: 47px;
	text-indent: 44px;
	color: #afc5d2;
	float: left;
}

.logintop ul {
	float: right;
	padding-right: 30px;
}

.logintop ul li {
	float: left;
	margin-left: 20px;
	line-height: 47px;
}

.logintop ul li a {
	color: #afc5d2;
}

.logintop ul li a:hover {
	color: #fff;
}

.login-icon {
	background: url(../images/login.png) no-repeat !important;
}

.btn-login {
	background: url(../images/blogin.png) no-repeat !important;
}

.btn-login-reset {
	background: url(../images/login-reset.png) no-repeat !important;
}

.text-lock {
	background: url('../images/login/lock.gif') no-repeat !important;
	padding: 2px 0px 2px 18px;
}

.text-code {
	background: url('../images/login/code.gif') no-repeat !important;
	padding: 2px 0px 2px 18px;
}

.text-user {
	background: url('../images/login/user.png') no-repeat !important;
	padding: 2px 0px 2px 18px;
}