﻿@charset "utf-8";
/*login page style*/
.login {
	width:955px;
	margin:30px auto 40px;
	color:#333333;
	background:transparent url('../images/bg_login.png') no-repeat scroll left 50px;
	height:340px;
	position:relative;
}

.login p.service_tel {
	position:absolute;
	top:268px;
	left:30px;
	line-height:20px;
}

.login_box {
	position:absolute;
	top:0;
	left:570px;
	background-color:#fff;
	border:1px #C8C8C8 solid;
	width:280px;
	height:310px;
	padding:15px;
}

.login_box h2,.login2 h2 {
	font-size:14px;
	background:transparent url('../images/bg_login_t.png') no-repeat scroll left top;
	padding-left:40px;
	height:42px;
	line-height:42px;
	font-weight:normal;
	margin-bottom:40px;
}

.login_box p,.login2 p {
	padding-bottom:10px;
}

.login_input {
	width:160px;
	height:25px;
	line-height:25px;
	border:1px #666666 solid;
	font-size:14px;
}

.submit_btn {
	background:transparent url('../images/bg_login_submit.png') no-repeat scroll left top;
	width:80px;
	height:25px;
	border:none;
	margin:5px 8px 0 110px;
}

.login_box p a,.login2 p a {
	color:#0066CC;
}

.not_regst {
	margin-top:20px;
	border-top:1px #969696 solid;
	background-color:#FDFDF4;
	line-height:20px;
	color:#666666;
	padding:5px 5px 15px;
}

.not_regst img {
	padding-left:120px;
}

/*login_regist page style*/
.login_re_img {
	background:transparent url('../images/bg_consult.png') no-repeat scroll bottom center;
	padding-bottom:35px;
	margin:30px 10px 0 30px;
}
.login_regist_box {
	width:755px;
	clear:both;
	margin:30px auto 50px;
}

.login2 {
	float:left;
	background-color:#fff;
	border:1px #C8C8C8 solid;
	width:280px;
	height:310px;
	padding:15px;
}

.regist_box {
	float:right;
	width:370px;
	height:310px;
	border:1px #C8C8C8 solid;
	background-color:#F5F5F5;
	padding:15px;
}

.regist_box h2 {
	font-size:14px;
	font-weight:normal;
	background:transparent url('../images/bg_regist.png') no-repeat scroll left top;
	padding-left:36px;
	height:32px;
	line-height:44px;
	border-bottom:1px #666666 solid;
	padding-bottom:5px;
	margin-bottom:14px;
}

.regist_box p {
	padding:5px;
}

.regist_box p img,.main_regist_box p img {
	vertical-align:middle;
}

.re_input {
	width:160px;
	height:22px;
	line-height:22px;
	border:1px #666666 solid;
}

.re_submit {
	border:none;
	width:80px;
	height:25px;
	background:transparent url('../images/bg_resubmit.png') no-repeat scroll left top;
	margin-left:95px;
	margin-right:8px;
}

.re_reset {
	border:none;
	width:78px;
	height:23px;
	background:transparent url('../images/bg_rereset.png') no-repeat scroll left top;
}

/*regist page style*/
.main_regist {
	width:880px;
	clear:both;
	margin:30px auto 50px;
	background-color:#F7F7F7;
}

.main_regist_box {
	background-color:#F5F5F5;
	padding:25px;
}

.main_regist_box p {
	padding:7px;
}

.main_regist_box p span.re_tip {
	color:#999999;
	padding-left:3px;
}
 


















