/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a, img {
	border: 0px none;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
body, html {
    height: 100%;
}
body {
	height:100%;
	
	color: #000;
	font-size: 12px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.h {
	height: 10px;
	clear: both;
	overflow: hidden;
}
.login_bj {
	background:#cafcff;
}
.container {
	text-align: center;
	/*
	background:url(../images/login_bj.jpg) no-repeat scroll center top transparent;
	*/
}
.content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.logo_box {

	margin: 35px 0px;
}
.login_nr {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.login_left {
	float: left;
	
}
.login_left img {
	display: block;
	
}
.login_right {
	background:#fff;
	height: 386px;
	float: right;
	margin-left: 30px;
	margin-top:30px;
	display: inline;
}
.login_title {
	/*
	background: url(../images/title_bg.png) no-repeat scroll 0 0;
	*/
	height: 48px;

}
.login_title h1 {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	color: #26bfbd;
	padding-left: 15px;
	border-top:3px solid #26bfbd;
}
.login_content {
	padding:10px 15px;
}
.login_content .h_item {
	padding: 10px 0;
	line-height: 30px;
	overflow: hidden;
	z-index: 18;
}
.login_content .dl_title {
	text-align: right;
	float: left;
	width: 60px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.login_content .input_box1 {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	padding: 3px 5px;
	border-width: 1px;
	float: left;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	height: 30px;
	border-color: #808080 #C9C9C9 #C9C9C9 #808080;
	line-height: 30px;
	width: 220px;
	color: #666;
}
.login_content .input_box2 {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	padding: 3px 5px;
	border-width: 1px;
	float: left;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	height: 30px;
	border-color: #808080 #C9C9C9 #C9C9C9 #808080;
	line-height: 30px;
	width: 120px;
	color: #666;
}
.login_content span .yzm {
	height: 38px;
	width: 88px;
	border: 1px solid #DDD;
	margin-left: 10px;
	background: url(../images/genimage.gif) no-repeat scroll 0 0;
}
.pass-checkbox-input {
	vertical-align: middle;
}
.login_content p label {
	color: #666;
	font-size: 12px;
	margin-left: 5px;
}
.login_content p span a {
	color: #ec9f19;
	float: left;
	margin-left: 200px;
	display: inline;
}
.login_button {
	position: relative;
	text-align:center;
}
.error_xx {

	overflow:hidden;
	line-height: 24px;
	font-size: 12px;
	color: #FC4343;

}
.login_content p .error_xx img {
	float: left;
	padding-right: 5px;
	padding-left:5px;
}
.pass-button {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	background-color: #26bfbd;
	height: 40px;
	width: 280px;

	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	border-radius: 3px;
	border: medium none;
	transition: all 0.3s ease 0s;
	 -webkit-appearance: none;
}
.jl {
	padding: 0px 20px;
}
.fgtpwd {
	float: right;
	display: inline-block;
	color: #ec9f19;
}

