@charset "utf-8";
body,p,form{
	padding:0;
	margin:0;
}
body{
	font:12px Verdana, Geneva, sans-serif;
	color:#333;
	background-color:#eee;
}
a{
	color:#600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input[type=radio],
input[type=checkbox]{
	margin:0 5px 2px 0;
	padding:0;
	vertical-align:middle;
}
.red{
	color:#c00;
}
.gray{
	color:#cdcdcd;
}
.clear{
	height:0;
	line-height:0;
	overflow:hidden; 
	font-size:0; 
	zoom:1;
	clear:both;
}
/* 顶部提示信息 */
.msg{
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	padding-top:2px;
}
.msg span{
	display:inline-block;
	background-color:#0b8b00;
	color:#fff;
	line-height:20px;
	padding:0 2em;
}
.msg span.error{
	background-color:#ee3123;
}

/* 顶部提示信息 for IE6*/
.msg{
	*position:absolute;
    *top:expression(documentElement.scrollTop + "px"); 
}

.container{
	width:982px;
	margin:0 auto;
	background:url(bg_top.jpg) no-repeat;
}
.top{
	padding:0 24px;
	height:86px;
	position:relative;
}
.logo{
	padding-top:20px;
}
.login{
	color:600;
	font-size:14px;
	position:absolute;
	top:15px;
	right:35px;
}
.query{
	height:227px;
	overflow:hidden;
	position:relative;
	zoom:1;
}
.query table{
	position:absolute;
	top:130px;
	left:250px;
}
.input-query{
	width:410px;
	height:43px;
	overflow:hidden;
	background:url(input.gif) no-repeat;
}
.input-query input{
	font-weight:bold;
	height:43px;
	line-height:43px;
	padding:0 8px;
	width:390px;
	background:none;
	border:none;
	overflow:hidden;
	outline:none;
	resize:none;
	font-family:Verdana, Geneva, sans-serif;	
}
.btn-query{
	width:70px;
	height:42px;
	display:inline-block;
	border:0;
	cursor:pointer;
	background:url(btn.gif) no-repeat;
}
.btn-query span{
	display:none;
}
.btn-query:hover{
	background-position:0 -42px;
}
.btn-query[disabled]{
	cursor:auto;
	background-position:0 -84px;
}
.query-result{
	background:url(result_bg.gif) no-repeat;
	padding:14px 200px 0 256px;
	height:110px;
	position:relative;
}
.query-result table{
	overflow:hidden;
	table-layout:fixed;
}
.query-result table td{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border-bottom:1px solid #d3bf97;
	line-height:1.6em;
}
.btn-register{
	height:24px;
	line-height:24px;
	width:94px;
	padding:0;
	display:inline-block;
	border:0;
	color:#fff;
	cursor:pointer;
	background:url(btn_register.gif) no-repeat;
	position:absolute;
	left:256px;
	bottom:15px;
}
.box{
	height:236px;
	background:url(bg_bottom.gif) no-repeat;
}
.rule{
	margin:0;
	padding:0 0 0 35px;
}
.rule-tltle{
	margin-bottom:10px;
}
.rule-tltle strong{
	font-size:14px;
	height:29px;
	line-height:29px;
	width:95px;
	display:inline-block;
	text-align:center;
	background:url(rule.jpg) no-repeat;
	color:#fff;
}
.box-left{
	float:left;
	width:415px;
	padding:55px 20px 55px 45px;
	line-height:2em;
}
.box_right{
	float:left;
	width:475px;
	padding-top:60px;
}
.box_right ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
.box_right li{
	float:left;
	width:175px;
	padding-left:45px;
	margin-top:15px;
	height:45px;
	background:url(domain.gif) no-repeat;
}
li.domain_registrar{
	background-position: 0 0;
}
li.domain_dns{
	background-position: 0 -50px;
}
li.domain_manager{
	background-position: 0 -100px;
}
li.domain_service{
	background-position: 0 -150px;
}
.box_right p{
	color:#333;
}

/* footer */
.footer{
	padding:20px 0 10px;
	text-align:center;
	line-height:20px;
	color:#666;
}
.footer a{
	color:#666;
}
.footer a:hover{
	color:#c00;
}



