*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	text-align:left;
	background:white;
}
a{
	color:black;
	text-decoration:none;
	}
a:hover{
	color:#06bcfb;
	}
li{
	list-style:none;
	}
#root{
	width:990px;
	overflow:hidden;
	margin:15px auto;
	}
.header{
	height:66px;
	}
.header h1{
	width:228px;
	height:67px;
	display:block;
	float:left;
	*margin-top:-1px;
	}
.header h1 span{
	display:none;
	}
.top_bar{
	width:762px;
	height:36px;
	line-height:36px;
	float:left;
	overflow:hidden;
	}
.top_bar p{
	padding-left:70px;
	}
.top_bar input{
	margin-right:10px;
	margin-left:3px;
	vertical-align:middle;
	}
.input_lang{
	width:107px;
	height:18px;
	border:1px solid #7f9db9;
	}
#login_btn{
	width:34px;
	height:23px;
	line-height:23px;
	border:none;
	background:url(/regist_img/login_btn.gif) no-repeat left center;
	}
.top_bar input#checkbox{
	margin-right:3px;
	}
.top_bar span{
	padding-left:30px;
	line-height:36px;
	}
.top_bar span a{
	margin:0 5px;
	color:red;
	}
.nav{
	float:left;
	width:758px;
	height:30px;
	padding-left:4px;
	overflow:hidden;
	background:url(/regist_img/nav_bg.gif) repeat-x left top;
	}
.nav li{
	float:left;
	line-height:30px;
	padding:0 20px 0 10px;
	}
#has_bg{
	background:url(/regist_img/nav_bg2.gif) no-repeat right top;
	}
.nav li a{
	color:white;
	font-size:14px;
	font-weight:bold;
	}
#banner
{
	width:988px;
	height:4px;
	margin-top:6px;
	background-color:#ff6600;
	border-left:solid 1px #ffbb00;
	border-right:solid 1px #ffbb00;
}
#content_border
{
	width:988px;
	margin-top:10px;
	border:solid 1px #ffbb00;
	background-color:#ffffe7;
	padding-bottom:12px;
}
#copy_right{
	height:31px;
	text-align:center;
	line-height:31px;
	}
#copy_right a{
	color:#343434;
}
