#bottom_main #bottom {
	border-top-style: none;
}
#header {
	text-align: left;
	width: 1145px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}
#header .logo {
	float: left;
	height: 50px;
	width: 131px;
	overflow: hidden;
}
#header .xitong {
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
	font-size: 27px;
	color: #3a3938;
	white-space: nowrap;
	float: left;
	margin-left: 20px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
#header .zhuce {
	line-height: 50px;
	color: #3a3938;
	float: right;
	height: 50px;
	overflow: hidden;
}
#header .zhuce a {
	color:#fc020e;
	text-decoration: none;
}
#header .zhuce a:hover {
	text-decoration:underline;
}
#login_bg {
	background-color: #090b1a;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	height: 576px;
	margin-top: 10px;
}
#login_bg .login_box {
	width: 1145px;
	height: 576px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#login_bg .login_box .zhengchuang {
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
	font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	position: absolute;
	left: 16px;
	top: 103px;
}
#login_bg .login_box .ganxie {
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
	font-size: 22px;
	color: #FFFFFF;
	white-space: nowrap;
	position: absolute;
	left: 19px;
	top: 161px;
}
#login_bg .login_box .denglukuang {
	background-color: #FFFFFF;
	position: absolute;
	width: 316px;
	top: 85px;
	right: 0px;
	overflow: hidden;
	padding: 33px;
	color:#3a3938;
}
#login_bg .denglukuang h3 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7eb;
}
#login_bg .denglukuang .error_tip {
	font-size:12px;
	color: #FF0000;
	font-weight: normal;
}
#login_bg .denglukuang .login_input {
	position: relative;
	padding-left: 63px;
	width: 251px;
	height: 47px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7eb;
	border-bottom-color: #e7e7eb;
	border-left-color: #e7e7eb;
}
#login_bg .denglukuang .xiangmu {
	width:53px;
	font-size: 16px;
	line-height: 47px;
	text-align: justify;
	/*text-justify:distribute-all-lines;*/
	/*text-align-last:justify;*/
	text-justify:inter-ideograph;
	height: 47px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
}
#login_bg .denglukuang .xiangmu span {
	display: inline-block /* Opera */; 
	padding-left: 100%; 
}
#login_bg .denglukuang .inputcss {
	border: 0;
	outline: 0;
	vertical-align: middle;
	width: 100%;
	line-height: 47px;
	height: 47px;
	font-size: 16px;
}
#login_bg .denglukuang #yanzheng_box {
	width:120px;
}
#login_bg .denglukuang .login_input img {
	position:absolute;
	left: 200px;
	top: 18px;
}
#login_bg .denglukuang .btn_login {
	display: inline-block;
	overflow: visible;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*border-width: 1px;
	border-style: solid;*/
	border:0;
	cursor: pointer;
	background-color: #44b549;
	background-image: -moz-linear-gradient(top,#44b549 0,#44b549 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#44b549),to(#44b549));
	background-image: -webkit-linear-gradient(top,#44b549 0,#44b549 100%);
	background-image: -o-linear-gradient(top,#44b549 0,#44b549 100%);
	background-image: linear-gradient(to bottom,#44b549 0,#44b549 100%);
	border-color: #44b549;
	color: #fff;
	height: 33px;
	line-height: 33px;
	width: 120px;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}
#login_bg .denglukuang .btn_login:hover {
	background-color: #2f9833;
	background-image: -moz-linear-gradient(top,#2f9833 0,#2f9833 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f9833),to(#2f9833));
	background-image: -webkit-linear-gradient(top,#2f9833 0,#2f9833 100%);
	background-image: -o-linear-gradient(top,#2f9833 0,#2f9833 100%);
	background-image: linear-gradient(to bottom,#2f9833 0,#2f9833 100%);
	border-color: #2f9833;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
}
