﻿/* CSS Document */
*{
	margin:0px;
	padding:0px; 
	text-decoration:none;
	font-size:12px;
	list-style-type:none;
 }
body{ background:#CCC;}
.w_idth{width:125px ;}
a{ 
	color:#000;
 }
a:hover{ 
	color:#BA3E3E;
 }
 /* 最外侧div */
#site{ 
	width:1002px; 
	height:603px;
	margin:0px auto; 
	background:#fff;
 }
/* 顶部 */
#siteTop{
    width:1002px;
    height:78px;
    background: url(../images/D_top_bg.png) repeat-x; 
    float:left;
 }
#logo{
    width:298px;
    height:78px;
    float:left;
	font-size:0px; 
 }
#logo img{
    border:0px;
 }

 /* 登录&客服中心 */
#siteTop ul{
    width:704px;
	margin-top:20px;
	padding:0px;
	float:left;
 }
#siteTop ul li{ 
    width:704px;
	height:25px;
	float:left;
	line-height:25px;
	text-align:right;
 }
#siteBanner{
	width:1002px;
	height:37px; 
	float:left;
	background:url(../images/D_banner_bg.png) repeat-x;
 }
  /* 当前位置 */
#Location{
    width:992px;
	height:28px;
	padding-left:10px;
	line-height:28px;
	float:left;
	color:#AAB3BC;
	background:#fff;
}
#Location span{
    color:#686868;
 }
/* 内容====center====div */
#siteContent{
	width:1002px;
	height:430px;
	float:left;
	padding-top:10px;
	background: url(../images/D_content_bg.png) repeat-x top;
 }
#siteContent_center{
	width:954px;
	height:425px;
	margin:0px auto;
	background:#fff;
	border:solid 1px #CEDDE4;
 }
/* 内容====注册====div */
#siteContent_center h3{
	width:950px;
	height:36px;
	float:left;
	padding-left:4px;
	padding-top:10px;
 }
#z_c{
	width:914px;
	height:360px;
	float:left;
	padding-left:20px;
	padding-right:20px;
 }
#z_c h4{
	width:914px;
	height:20px;
	float:left;
	color:#1282D8;
	line-height:20px;
	border-bottom:solid 2px #FFA457;
 }
#z_c h4 span{
	color:#333;
	font-weight:normal;
 }
#z_c table{
    width:auto;
    float:left;
	height:auto;
 }
#z_c table th{
    padding:10px;
	color:#666;
	text-align:right;
    font-weight:normal;
 }
#z_c table td img{
    border:0px;
	margin-left:10px;
 }
#z_c table td input{
    width:125px;
 }
#z_c table td{
	color:#999;
 }
#z_c table td a{
    color:#BABABA;
 }
#z_c table td a:hover{
    color:#333;
 }
em{
	color:#F00;
	margin-right:5px;
 }
 /*======条款服务=======*/
#Terms_serves{
    margin-bottom:10px;   
 }
#sum_button{
	width:94px;
	height:32px;
	border:0px;
	margin-top:10px;
	color:#266392;
	font-weight:bold;
	background:url(../images/sum_button.png) no-repeat;
 }
/* 内容====登录====div */
#login_out{
	width:644px;
	height:350px;
	padding-top:50px;
	margin:0px auto;
 }
#login{
	width:499px;
	height:137px;
	float:left;
	padding-top:80px;
	padding-left:145px;
	background: url(../images/login_bg.png) no-repeat;
 }
#username{
	width:422px;
	height:85px;
	float:left;
	padding-top:5px;
	border:solid 1px #E5E5E5;
	background:#F6F6F6;
}
#username table{
	float:left;
	width:250px;
	color:#7b7b7b;
	margin-right:30px;
}
#username table th{
    height:25px;
	padding-left:25px;
	font-weight:normal;
}
#username img{ 
	margin-top:20px;
	border:0px;
 }
#forgot_password{
	width:450px; 
	height:30px;
	float:left;
 }
#forgot_password ul{
	width:400px; 
	height:30px;
	margin:0px;
	padding:0px;
	float:left;
 }
#forgot_password ul li{
	height:25px;
	margin:0px;
	padding-top:5px;
	padding-left:80px;
	text-align:center;
	float:left;
 }
#forgot_password ul li a img{
    border:0px;
 }
#login_img{
	width:644px;
	height:131px;
	float:left;
	font-size:0px;
	background:#003399;
 }
/* 内容====会员协议====div */
#memeber_agreement{
	width:800px;
	height:425px;
	margin:0px auto;
	background:#fff;
	overflow-x:hidden;
	overflow-y:auto;
	border:solid 1px #CEDDE4;
 }
 #memeber_agreement table{
	width:800px;
 }
#memeber_agreement table th{
    text-align:left;
	padding:5px;
 }
#memeber_agreement table td{
    line-height:20px;
    text-align:left;
	padding-left:10px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
 }
#close{
	width:1000px;
	float:left;
	margin-top:10px;
	text-align:center;

 }
