@charset "utf-8";

html,
body,
form {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #ccc;
	/* background: #fff; */
	font-family: 微软雅黑, 宋体, Arial, sans-serif;
	overflow: hidden;
	background: url(images/bg.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

.login {
	width: 600px;
	height: 420px;
	position: absolute;
	background: url(images/login.png) center center no-repeat;
}

.login-logo {
	position: absolute;
	width: 100%;
	height: 125px;
	margin-top: 170px;
	background: url(images/logo.png) center no-repeat;
}

/*输入框*/
.login-ipt {
	position: absolute;
	border: 0px solid red;
}

.login-ipt-input {
	border: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 254;
	filter: alpha(opacity=80);
	background: url(images/blank.gif);
	outline: none;
	font-size: 16px;
}

/*验证码*/
.login-cap {
	display: none;
	position: absolute;
}

.login-cap-input {
	float: left;
	width: 80px;
	height: 24px;
	line-height: 24px;
	border: 0px;
	outline: none;
	font-size: 16px;
}

.login-cap-image {
	float: left;
	border: 0px;
	margin-left: 5px;
}

/*复选框*/
.login-chk {
	position: absolute;
}

.login-chk-check {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	padding: 0 auto;
}

.login-chk-label {
	float: left;
	color: #ccc;
	font-size: 16px;
	line-height: 20px;
	margin-left: 5px;
}

/*按钮框*/
.login-btn {
	position: absolute;
	border: 0px solid red;
}

.login-btn-button {
	border: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 254;
	filter: alpha(opacity=80);
	background: url(images/blank.gif);
	outline: none;
	font-size: 16px;
	cursor: pointer;
}

/*信息框*/
.login-msg {
	color: red;
	position: absolute;
	border: 0px solid red;
}

/* 位置设置 */
#divusername {
	top: 129px;
	left: 87px;
	width: 473px;
	height: 42px;
}

#divpassword {
	top: 203px;
	left: 87px;
	width: 473px;
	height: 42px
}

#divcaptcha {
	top: 477px;
	left: 1040px;
	width: 200px;
	height: 28px;
}

#divsaveme {
	top: 265px;
	left: 33px;
	display: none;
}

#divbutton {
	top: 299px;
	left: 173px;
	width: 253px;
	height: 46px;
}

#divbtnkey {
	top: 299px;
	left: 310px;
	width: 253px;
	height: 46px;
	display: none;
}

#diverror {
	top: 370px;
	left: 32px;
}