/*--All-----------------------------*/
* {
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-size:12px;
}
a{
	color:#03C;
}
a:hover{
	color:#F30;
	text-decoration:none;
}
/*--All:End-----------------------------*/
.top{
	height:68px;
	width:934px;;
	margin-left:auto;
	margin-right:auto;
	background-image:url(toplogo.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
}
.top span{
	float:right;
	display:block;
	margin-top:40px;
	letter-spacing:2px;
	color:#999999;
}
.top span a{
	text-decoration:none;
}
.flink{
	width:934px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	overflow:hidden;
	clear:both;
	height:27px;
	border-bottom:1px solid #F0F0F0;
}
.flink a{
	margin-left:10px;
}
.copyright{
	width:934px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:27px;
	font-size:11px;
}
.conbox{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:460px;
	border:1px solid #E0E0E0;
}
.ctop{
	width:460px;
	height:25px;
	background:#F0F0F0;
}
.ctitle{
	float:left;
	font-size:14px;
	text-indent:10px;
	line-height:25px;
	letter-spacing:1px;
	color:#000;
}
.classbox{
	float:right;	
}
.classbox ul li{
	list-style:none;
	line-height:25px;
	letter-spacing:1px;
	float:left;
	text-align:center;
}
.classbox ul li a{
	height:25px;
	color:#000;
	float:left;
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
.classbox ul li a:hover{
	background:#F0F0F0;
}
.classbox ul li a.thisclass,.classbox ul li a.thisclass:hover{
	background:#FFF;
	text-decoration:none;
	color:#000;
	padding-top:4px;
	line-height:19px;
	height:21px;
	font-weight:bold;
	border-left:1px solid #E8E8E8;
	cursor:default;
}
.cbody{
	overflow:hidden;
	clear:both;
}
.cbody dl{
	margin:10px;
}
.cbody dl dt{
	text-align:center;
}
.cbody dl dd{
	overflow:hidden;
	clear:both;
	display:none;
}
.cbimg{
	float:left;
}
.cbsbox{
	float:left;
	margin-left:20px;
	margin-top:6px;
	font-size:16px;
}
.cbsbox span{
	display:block;
	clear:both;
	line-height:31px;
	color:#999;
	font-size:12px;
}
.txtbox{
	border:1px solid #BBB;
	padding-top:7px;
	padding-left:10px;
	margin-right:4px;
	height:22px;
	font-size:14px;
	color:#999;
	letter-spacing:1px;
	vertical-align:middle;
}
.subbut{
	font-size:16px;
	letter-spacing:2px;
	height:31px;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}
.domainselect{
	font-size:12px;
	color:#666666;
}
.domainselect input{
	vertical-align:middle;
	margin-left:5px;
	margin-top:5px;
}
.domainselect label{
	margin-top:7px;
	vertical-align:middle;
}
