@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body {
	width: 100%;
	height: 100%;
	background: url('../../images/login/loginbg1700.png') 0px 0px no-repeat;
	font: normal 15px "Microsoft YaHei";
}

#login_area {
	width: 100%;
	height: 433px;
	position: absolute;
	top: 22%;
}

#login_box {
	margin: 0 auto;
	width: 847px;
	height: 441px;
	 background: url('../../images/login/loginbox.png') 0px 0px no-repeat;
	/* background-color:#fff; */
	position: relative;
	border-radius:12px;
	color:#fff;
}

#login_form {
	width: 370px;
	height: 320px;
	position: absolute;
	top: 10px;
	right: 25px;
}

#login_tip {
	height: 35px;
	list-style: 35px;
	font-weight: bold;
	color: red;
	padding-top: 15px;
	margin-top: 55px;
}

#btn_area {
	margin-top: 20px;
	margin-left: 80px;
}

.username,.pwd {
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	outline: 0;
	padding: 5px;
	border: 1px solid #fff;
	/* border-color: #C0C0C0 #D9D9D9 #D9D9D9; */
	border-radius: 3px;
	background:transparent;
	/* background-color: blue; */
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0
		rgba(255, 255, 255, 0.2);
	-webkit-transition: box-shadow, border-color .5s ease-in-out;
	-moz-transition: box-shadow, border-color .5s ease-in-out;
	-o-transition: box-shadow, border-color .5s ease-in-out;
}

.login_btn,.reput_btn {
	color:#fff;
	width: 78px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-style: none;
	border-radius:3px;
	/* border:1px solid #fff; */
	cursor: pointer;
	/* background:transparent; */
	font-family: "Microsoft YaHei", "微软雅黑", "sans-serif";
	/*background-color:#fff; */
}

.login_btn:hover,.reput_btn:hover {
	width: 78px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-style: none;
	cursor: pointer;
	font-family: "Microsoft YaHei", "微软雅黑", "sans-serif";
	color: #009be3;
}
.login_btn{
	 background: url('../../images/login/loginactive_btn.png') 0px 0px no-repeat;
}
.login_btn:hover{
	background: url('../../images/login/login_btn.png') 0px 0px no-repeat;
}
.reput_btn{
	 background: url('../../images/login/reputactive_btn.png') 0px 0px no-repeat;
}
.reput_btn:hover{
	background: url('../../images/login/reput_btn.png') 0px 0px no-repeat;
}

