@charset "utf-8";

@import url("reset.css");

* {
	padding: 0;
	margin: 0;
	font-family: arial, Geneva, sans-serif, "宋体";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
}

body {
	text-align: left;
	background: url("../images/login/bg.jpg");
	background-repeat: repeat-x;
	color: #555;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft Yahei";
	background-color: #EEE;
}

a {
	color: #555;
}

a:hover {
	color: #f00;
}

input {
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft Yahei";
}

.wrap {
	width: 500px;
	margin: 100px auto;
}

.h20 {
	height: 20px;
	overflow: hidden;
	clear: both;
}

.nice-select {
	width: 237px;
	height: 38px;
	border: 1px solid #999;
	position: relative;
	box-shadow: 0 0 5px #999;
	background: #fff url(../images/a2.jpg) no-repeat right center;
}

.nice-select input {
	padding: 0 10px;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px \9;
	border: 0;
	outline: 0;
	background: none;
}

.nice-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #999;
	border-top: 0;
	box-shadow: 0 3px 5px #999;
	z-index: 9999;
}

.nice-select ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
}

.nice-select ul li.on {
	background-color: #e0e0e0;
}

span {
	cursor: pointer;
	color: white;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #808080;
}

a:HOVER {
	text-decoration: underline;
}

.notice {
	font-size: 11px;
	line-height: 50px;
}

.text {
	height: 25px;
	width: 140px;
}

#body {
	width: 1330px;
	height: 600px;
}

#top {
	position: absolute;
	top: 30px;
	width: 677px;
	float: right;
	right: 100;
}

#login_head {
	position: absolute;
	float: left;
	left: 280px;
}

#center {
	position: relative;
	top: 150px;
	float: left;
	left: 250px;
	width: 677px;
	height: 400px;
	background: url("../images/login/center.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

#login {
	position: relative;
	float: right;
	padding-top: 150px;
	top: 150px;
	right: 160px;
	width: 310px;
	height: 380px;
	background: url("../images/login/login.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

/*中部内容部分*/
.input {
	margin: 0 auto 11px;
	width: 237px
}

.input_all {
	border: none;
	color: #555;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0 10px 46px;
	vertical-align: middle;
	width: 237px;
	height: 50px
}

.name {
	background: url("../images/login/input_name.png") no-repeat top left
}

.name_now {
	background: url("../images/login/input_name_hover.png") no-repeat top
		left
}

.password {
	background: url("../images/login/input_password.png") no-repeat top left
}

.password_now {
	background: url("../images/login/input_password_hover.png") no-repeat
		top left
}

.enter {
	margin-top: 10px
}

.button {
	background: url("../images/login/button.png") no-repeat center;
	border: none;
	cursor: pointer;
	margin: 0 0 0 30px;
	width: 150px;
	height: 55px;
	float: left;
}

.tl {
	text-align: left;
}