@charset "utf-8";
/* CSS Document */
/*
创建时间：2009.11.17
创 建 者：meihua
创建原因：网站登录界面全新改版，重新制作样式表
*/

/***** 新版登录界面样式 *****/
/* logic head */
#log_content #header{position:relative;}
#log_content{
	width: 960px;
	margin: 5px auto;
}
.log_slogan{
	display:block;
	position: absolute;
	left: 240px;
	top: 22px;
	z-index: 1;
	text-indent: -9999px;
	height: 19px;
	width:303px;
	background: #fff url(../images/register/log_img.png) no-repeat 0 0;
}
#log_content #header ul{
	position:absolute;
	right:5px;
	top:40px;
}
#log_content #header ul li{
	display:inline;
	padding-left:2px;
	font-size:13px;
}
#log_main{margin-top:20px;}
/* logic left */
.log_main_log{
	padding-left: 10px;
	width: 400px;
	float: left;
}
.log_main_log h1{
	font-size: 16px;
	height: 80px;
	background: #fff url(../images/register/log_img.png) no-repeat 0 -21px;
	text-indent: -9999px;
}
.log_field{
	background: #fff url(../images/register/log_img.png) no-repeat 0 -104px;
	padding: 10px 0 30px 54px;
}
.info_input{
	margin-bottom: 15px;
	font-size: 14px;
}
.info_input label{
	width: 54px;
	float: left;
	padding-top: 5px;
}
.info_input label span,.log_sub span{padding-right: 13px;}
.info_input .log_input_box{
	border: 1px solid #999;
	font-weight: 900;
	padding: 5px 2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width: 203px;
}
.log_checkbox input{
	float: left;
	cursor: pointer;
	height: 19px;
	margin-right: 3px;
	vertical-align: middle;
	width: 16px;
}
#log_main .log_checkbox label{
	width: auto;
	font-size: 12px;
	padding-top: 0;
	cursor: pointer;
}
.log_remb p{
	display: inline;
	padding-left: 8px;
	font-size: 12px;
}
.log_remb a{text-decoration: underline;}
.btn{cursor:pointer; color: #fff;}
.btndw{padding-left:2px; padding-top:2px;}
.smbbtn{
	float: left;
	font-size: 14px;
	height: 31px;
	width: 119px;
	text-align: center;
	font-weight: bold;
	border: none;
	background: #fff url(../images/register/log_img.png) no-repeat 0 -481px;
}
.btnhv{background: #fff url(../images/register/log_img.png) no-repeat -121px -481px;}
.log_regbutton a{
	float: left;
	font-size: 14px;
	height: 25px;
	width: 119px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	background: #fff url(../images/register/log_img.png) no-repeat 0 -448px;
}
.log_regbutton a:link,.log_regbutton a:visited,.log_regbutton a:hover{
	color: #fff;
	text-decoration: none;
}
.log_regbutton a:hover{background: #fff url(../images/register/log_img.png) no-repeat -121px -448px;}
p.reglink{
	margin-left: 190px;
	padding-top: 6px;
}
.log_reg{
	background: #fff url(../images/register/log_midbg.jpg) repeat-y left center;
	height: 150px;
}
.log_midbg{
	height: 30px;
	background: #fff url(../images/register/log_img.png) no-repeat 0 -398px;
}
.log_reg h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #424242;
	padding-top: 12px;
}
.log_regbutton{margin: 15px 0 0 135px;}
.log_bottombg{
	height: 14px;
	background: #fff url(../images/register/log_img.png) no-repeat 0 -433px;
}
/* logic right */
.log_main_regtext{margin-left: 430px;}
.log_ad{
	text-align: center;
	padding: 3px 0 25px 0;
	border-bottom: 1px solid #acacac;
}
.log_main_regtext ul{margin: 0 20px 0 20px;}
.log_main_regtext ul li{margin-top: 20px;}
.log_main_regtext ul li h3{
	font-size: 13px;
	font-weight:bold;
	color: #014c99;
	padding-left: 20px;
	background: url(../images/register/log_dot.png) no-repeat left center;
}
.log_main_regtext ul li p{
	padding-left: 20px;
	color: #424242;
}
