html, body {
	margin: 0px;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: url(../../images/admin/Previewbg.jpg) center center;*/
	background-size: cover;
	overflow: hidden;
}

.main-table {
	width: 66%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.main-login {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bg-logo {
	width: 500px;
	height: 100px;
	background: url(../../images/admin/bg-logo.png) no-repeat center center;
	margin-left: 15px;
	margin-top: 30px;
}

.login-left {
	width: 405px;
	height: 258px;
	margin-left: auto;
	margin-right: auto;
}

.login-content {
	width: 403px;
	height: 256px;
	background: #f1f1f1;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}

.loginform {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.login-info {
	width: 350px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 18px;
}

.login-info span.user {
	float: left;
	width: 40px;
	height: 30px;
	margin: 5px auto 5px auto;
	background: url(../../images/admin/icon-user.gif) no-repeat center
		center;
	border-right: 1px solid #a9a9a9
}

.login-info span.pwd {
	float: left;
	width: 40px;
	height: 30px;
	margin: 5px auto 5px auto;
	background: url(../../images/admin/icon-pwd.png) no-repeat center center;
	border-right: 1px solid #a9a9a9
}

.login-input {
	width: 287px;
	height: 39px;
	line-height: 39px;
	background: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 20px;
	color: #777777;
}

.login-verify {
	width: 180px;
	height: 37px;
	line-height: 40px;
	background: #ffffff;
	border: none;
	margin: 0px;
	paddingp: 0;
	padding-left: 20px;
	font-size: 20px;
	color: #777777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.login-img {
	width: 130px;
	height: 39px;
	line-height: 39px;
	background: #ffffff;
	border: none;
	margin-top: -40px;
	margin-left: 246px;
	padding: 0px;
}

.login-oper {
	width: 338px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.login-btn {
	width: 140px;
	height: 30px;
	border: none;
	background: #056daa;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 50px;
}

.login-reset {
	width: 140px;
	height: 30px;
	border: none;
	background: #7c7777;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	margin-top: 80px;
	padding-right: 40px;
}

.copy {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 30PX;
	color: #666666;
}

.copy span {
	width: 100%;
	height: 1px;
	background: #c0c0c0;
	display: block;
}