@import url(headandfoot.css);/*导入页眉和页脚*/
#content{
	width:865px;
	height:auto;
	margin:0px auto;
	padding-top:10px;
	clear:both;
}

/*登录*/
.login_introduction{
	float:left;
	width:361px;
	margin:0px 0px 10px 5px;
	border:1px #174e84 solid;
	background:#fcf6b0;
}
.login_introduction li{
	width:300px;
	height:25px;
	line-height:25px;
	margin:0px 0px 0px 30px;
}
.login_sort{
	display:block;
	float:left;
	width:472px;
	list-style:none;
	margin:0px 0px -1px 0px;
}
.login_sort li{
	float:left;
	width:135px;
	height:25px;
	line-height:25px;
	background:#174e84;
	text-align:center;
	margin:0px 5px;
	color:#FFF;
	border:1px #174e84 solid;
}
#login_sort_s1{
	height:23px;
	border:1px #174e84 solid;
	border-bottom:1px #FF0000 solid;
	background:#FFF;
	color:#000;
}
#user_login{
	float:left;
	width:472px;
	height:250px;
	border:1px #174e84 solid;
	padding:10px;
}
#user_login h4{
	line-height:25px;
	border-bottom:1px #174e84 dashed;
	text-indent:10px;
	margin:10px 0px 10px 0px;
}
#user_login table{
	margin:0px auto;
}
#user_login .login_submit{
	width:119px;
	height:32px;
	border:0px;
	background:url(../images/login_submit.gif) no-repeat;
}











/*注册*/
.register{
	width:800px;
	border:1px #174e84 solid;
	padding:20px;
}
.register .title{
	color:#000;
}
.register table{
	color:#666666;
}
.register h4{
	height:25px;
	line-height:25px;
	border-bottom:1px #efefef dashed;
	background:#fcf6b0;
}
.register h4 samp{
	float:right;
	font-weight:normal;
	color:#ff6600;
}
	.register h4 samp a:link {
		color:#ff6600;
		text-decoration:underline;
	}
	.register h4 samp a:visited {
		color:#ff6600;
		text-decoration:underline;
	}
	.register h4 samp a:hover {
		color:#ff6600;
	}
	.register h4 samp a:active {
		color:#ff6600;
	}
.register h5{
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;
	border-bottom:1px #174e84 solid;
}
.register .register_submit{
	width:119px;
	height:30px;
	border:0px;
	background:url(../images/register_submit.gif) no-repeat;
}
.register .step2{
	width:100%;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background:#fcf6b0;
	padding:10px;
	margin:10px 0px 0px 0px;
	border:0px;
}
.register .step3{
	width:100%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background:#fcf6b0;
	margin:10px 0px 0px 0px;
	border:0px;
}
.register .step3 p{
	font-weight:normal;
}











/*充值*/
.voucher_sort{
	width:820px;	
	height:26px;
	margin:5px 0px 0px 5px;
	*_margin:5px 0px 0px 10px;
	list-style-type:none;
	border:1px #f2d985 solid;
	border-bottom:1px #f2d985 solid;
	background:url(../images/curr_title_back1.gif) left top no-repeat;
}
.voucher_sort li{
	float:left;
	width:135px;
	height:27px;
	line-height:27px;
	border-right:1px #f2d985 solid;
	text-align:center;
	overflow:hidden;
	cursor:hand;
	position:relative;
	*_top:1px;	
}
#voucher_sort_s1{
	background:#FFF;
	border-bottom:0px;
}
#voucher{
	float:left;
	width:820px;
	border:1px #f2d985 solid;
	margin:-1px 5px 5px 5px;
	border-top:0px #f2d985 solid;
}
	#voucher table a:link {
		color:#ff6600;
		text-decoration:none;
	}
	#voucher table a:visited {
		color:#ff6600;
		text-decoration:none;
	}
	#voucher table a:hover {
		color:#ff6600;
		text-decoration:underline;
	}
	#voucher table a:active {
		color:#ff6600;
	}
#voucher table{
	color:#666666;
}
#voucher .title{
	color:#000;
}
#voucher .submit{
	width:130px;
	height:30px;
}









/*支付方式*/
.payment{
	width:780px;
	border:1px #efefef solid;
	padding:30px;
}
.payment h4{
	height:25px;
	line-height:25px;
	border-bottom:1px #efefef dashed;
}
.payment ul{
	width:100%;
	list-style:none;
	border-bottom:1px #8b8b8b dashed;
}
.payment ul li{
	height:25px;
	line-height:25px;
	margin:0px 0px 0px 30px;
}
.payment h5{

}
.payment .submit{
	width:230px;
	height:35px;
	margin:0px 0px 0px 280px;
}

.payment .remind{
	width:600px;
	height:175px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	background:#ffdfb2;
	margin:20px auto;
	padding:20px;
}







/*取回密码*/
.retrieve_password{
	width:780px;
	border:1px #174e84 solid;
	padding:30px;
}
.retrieve_password h4{
	height:25px;
	line-height:25px;
	border-bottom:1px #174e84 dashed;
}
.retrieve_password h5{
	width:300px;
	line-height:25px;
	font-weight:normal;
	margin:20px auto;
}




