@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/login_bg.jpg) repeat-x #e9e9e9;
	color:#333;}
*{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
a{
	color:#333333;
	text-decoration:none;
	outline:none;
	_hide-focus: expression(this.hideFocus=true);
}
a:hover{
    color:#dd7917;
 	text-decoration:none;
}
ul{
	list-style:none;
}
li{
	list-style:none;
}
.clear{
	clear:both;}
	
.login_bg{
	width:100%;
	margin:0 auto;
	background:url(../images/login_main.jpg) no-repeat center 55px;}
.login_main{
	width:1000px;
	margin:0 auto;
	overflow:hidden;

	}
.login_title {
	text-align:center;
	margin:56px 0 0;
	height:102px;
	line-height:102px;
	font-size:26px;
	color:#000;
}
form {
	margin:0;
	padding:0;
}
.main_box{
	width:268px;
	height:220px;
	float:left;
	overflow:hidden;
	display:inline;
	margin:0px 275px 0px 385px;
	padding:0px 0px 41px 32px;
	}
.main_box li{
	width:265px;
	height:25px;
	float:left;
	overflow:hidden;
	margin-top:4px;}
.main_box li.login_user input,.main_box li.login_pass input,.main_box li.login_code input{
	width:255px;
	height:25px;
	line-height:25px;
	float:left;
	overflow:hidden;
	border:0px solid #CCC;
	font-size:14px;
	background:none;}
.main_box li.login_user,.main_box li.login_pass,.main_box li.login_code{
	width:255px;
	display:inline;
	margin-left:5px;}
.main_box li.login_pass{
	margin-top:32px;}
.main_box li.login_code{
	margin-top:29px;
	height:30px;
	width:285px;
	}
.main_box li.login_code input{
	width:80px;
	text-transform:uppercase;
	}
.main_box li.login_code img{
	margin-left:35px;
	vertical-align:middle;
	cursor:pointer;
	}
.main_box li.login_code a{
	margin-left:5px;}
.main_box li.login_submit{
	height:48px;
	margin-top:23px;}
.main_box li.login_submit input{
	width:156px;
	height:48px;
	float:left;
	overflow:hidden;
	border:0px solid #CCC;
	cursor:pointer;
	background:none;
	outline:none;}

.footer{
	width:100%;
	float:left;
	height:20px;
	line-height:20px;
	margin-top:15px;
	padding-bottom:15px;
	text-align:center;}


