@import url("global.css");
@import url("ad.css");
@import url("top_login.css");
@import url("top.css");
@import url("nav.css");

@import url("ksn_area.css");
@import url("domain_area.css");
#body {
	width:980px;
	margin:0px auto;
	margin-bottom:5px;
	padding-bottom:20px;
}
table {
	width:100%;
}
tr {
	display:block;	/* 重要！作用：在firefox中起到保持布局作用 */
}
th,td {
	height:30px;
	line-height:30px;
	vertical-align:middle;
}
th {
	width:260px;
	text-align:right;
}
td {
	width:auto;
	text-align:left;
	text-indent:5px;
}
.a {
	color:#B1AFD6;
}
.a:hover {
	text-decoration:underline;
	color:#666;
}
.caption,.info,table {
	width:980px;
	margin:0px auto;
}
.caption {
	height:30px;
	line-height:30px;
	color:#006;
	font-size:12px;
	font-weight:bold;
	text-indent:10em;
	vertical-align:middle;
	border-bottom:1px dashed #D4D4D4;
	margin-top:15px;
}
.info {
	padding:10px 0px;
}
.prompt {
	font-size:12px;
	font-weight:normal;
	color:#999;
}
.tr_username th,.tr_username td {
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
.btn_reg {
	background-image:url(../images/btn_reg.jpg);
	width:150px;
	height:40px;
	border:0px;
}
.btn_reg_next {
	background-image:url(../images/btn_reg_next.jpg);
	width:150px;
	height:40px;
	border:0px;
}
#caption {
	height:50px;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #C6E6F9;
}
#mquestion {
	display:none;
}
#question {
	width:205px;
}
#myquestion,#answer {
	width:200px;
}
#email {
	width:200px;
}
#address {
	width:400px;
}
#postcode {
	width:100px;
}

.check_code {
	border:1px solid #CCC;
	width:140px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}

#mainCenter {
	display: block;
	width:980px;
	margin:0px auto;
	overflow: hidden;
	/*border: 1px solid pink;*/
}











#BottomArea
{
	width: 978px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #eee5e6;
	float: left;
	clear: both;
}
#BottomArea .BottomAreaLinkDiv
{
	width: 978px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#BottomArea .BottomAreaLinkDiv a
{
	font: bolder 20px  "宋体";
}
#BottomArea .BottomAreaInfoDiv
{
	width: 978px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#BottomArea .BottomAreaInfoDiv span
{
	font: normal 12px "黑体";
	color: black;
}

.RegTopBlock {
	width: 980px;
	height: 100px;
	margin: 0px auto;
}
.RegTopBlock .RegTopLeft{
	width: 90px;
	height: 100px;
	float: left;
}
.RegTopBlock .RegTopRight{
	width: 890px;
	height: 100px;
	float: left;
}
.RegCaption {
	width: 980px;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	font: bolder 25px "微软雅黑";
}
.RegSubCaption {
	width: 980px;
	height: 30px;
	text-align: center;
	margin-top: 8px;
	font: bolder 10px "微软雅黑";
}
.Link {
	font: normal 12px "宋体";
	color: #B1AFD6;
}
.RegVipPromopt {
	font: bolder 20px "微软雅黑";
	color: red;
}
.LoginPromopt {
	color: #66B9F2;
}
.ImportPromptDiv {
	width: 600px;
	height: 30px;
	margin: 0px auto;
	font: bolder 13px "微软雅黑";
	color: red;
}
.ImportPrompt {
	
}
.RegSmallCaption {
	width: 980px;
	height: 30px;
	
	line-height: 30px;
	color: #660D73;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bolder;
	text-indent: 10em;
	vertical-align: middle;
	border-bottom: 1px dashed #D4D4D4;
	margin-top: 15px;
}