/*============================================================
 Essentials
============================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #595750;
	text-align: center;
	}

ul li {
	list-style: none;
	}

h1 {
	margin-bottom: 1em;
	font-weight: normal;
	}
	
p {
	margin-bottom: 1.5em;
	line-height: 1.4em;
	color: #918862;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #a1b824;
	}

a:hover, a:active {
	color: #778905;
	}

a img	{border: none;}

img { -ms-interpolation-mode:bicubic; }



/*============================================================
 Buttons
============================================================*/

.button {
	clear:both;
	line-height:20px;
	height: 32px;
	}



/*============================================================
 Wrapper
============================================================*/

#wrap {
	text-align: left;
	width: 792px;
	margin: 0 auto;
	padding: 0 25px 50px 25px;
	}



/*============================================================
 Masthead
============================================================*/

#mast {
	float: left;
	width: 100%;
	}

#logo {
	float: left;
	display: block;
	margin-top: 15px;
	}

#nav {
	float: right;
	display: inline;
	width: 342px;
	margin-top: 45px;
	line-height:20px;
	}

#nav li {
	float: left;
	display: inline;
	padding:5px;
	width:50px;
	text-align:center;
	
	}

#nav a {
	display: inline;
	height: 15px;
	outline: none;
	font-weight:bold;
	text-align:center;
	}




/*============================================================
 Content Area
============================================================*/

#content {
	float: left;
	width: 100%;
	margin: 0 auto 35px auto;
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
	}
	
label font {
	font-weight:normal;
	font-size:12px;
	padding-left:3px;
	vertical-align:middle;
	font-family:"ËÎÌå";
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/*============================================================
 Footer
============================================================*/

#footer {
	clear: both;
	width: 100%;
	padding: 10px 0 8px 0;
	text-align: left;
	border-top: 3px solid #ececde;
	}

#footer ul {
	float: right;
	font-size: 12px;
	color: #b9b99e;
	}

#footer li {
	float: left;
	padding-left: 1em;
	line-height:20px;
	}

#footer-login, #footer-help, #footer-forum, #footer-policies {
	padding-right: 1em;
	border-right: 1px solid #b9b99e;
	
	}
				
#copyright {
	display: inline;
	font-size: 12px;
	color: #918862;
	}




/*============================================================
 Base
============================================================*/

#nav-signup a {
	border-bottom: 2px dotted #c5d75b;
	}
	
#content {
	margin-top: 15px;
	}






/*============================================================
 Head
============================================================*/

#signup-head {
	position: relative;
	width: 100%;
	height: 205px;
	margin-bottom: 3px;
	}

#signup-head h1 {
	position: absolute;
	top: 23px;
	left: 17px;
	width: 210px;
	height: 74px;
	margin: 0;
	}

#signup-head p {
	position: absolute;
	top: 107px;
	left: 19px;
	width: 205px;
	font-size: 12px;
	line-height: 15px;
	color: #778905;
	}

#signup-plans {
	position: absolute;
	top: 0px;
	left: 245px;
	width: 347px;
	height: 205px;
	}

#signup-moreinfo {
	display: inline;
	width: 100%;
	}

#signup-moreinfo a {
	display: block;
	width: 100%;
	padding: 7px 0;
	background: #eff6cd;
	font-size: 12px;
	text-align: center;
	}

#signup-moreinfo a:hover {
	background: #e1f47a;
	}
	


/*============================================================
 Plans Table
============================================================*/

#plans-table {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #f4f4e1;
	border-collapse: collapse;
	border-spacing: 0;
	}

#plans-table td {
	padding: 3px 0;
	}


/*============================================================

 Signup Form
============================================================*/

#signup {
	float: left;
	width: 100%;
	padding-bottom: 23px;
	background: #ececde;
	}

#signup legend {
	display: none;
	}

fieldset {
	display: block;
	margin: 0 23px;
	padding: 18px 0 3px;
	border-bottom: 1px solid #d7d7c6;
	border-top: 1px solid #ececde;
	}

fieldset dl {
	float: left;
	}

fieldset dt {
	clear: both;
	float: left;
	width: 200px;
	margin-right: 18px;
	padding: 2px 0 18px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}

fieldset dd {
	float: left;
	width: 520px;
	padding-bottom: 12px;
	font-size: 12px;
	color: #918862;
	}

fieldset input {
	margin: 0;
	}

fieldset ul {
	padding-top: 3px;
	}

fieldset li {
	line-height: 18px;
	}

fieldset li label {
	padding-left: 4px;
	font-weight: bold;
	}

fieldset input.text {
	width: 330px;
	margin: 0;
	padding: 2px;
	}

fieldset p {
	display: block;
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #918862;
	}

fieldset span {
	margin-left: .2em;
	}

#account dd span {
	color: #595750;
	}

#store-type label {
	font-size: 12px;
	font-weight: normal;
	color: #918862;
	}

#store-type label span {
	font-size: 12px;
	}



/*============================================================
 Finally Section
============================================================*/

#finally #user-agreement {
	padding-top: 6px;
	}

#finally #user-agreement label {
	float: none;
	display: inline;
	margin-left: 3px;
	font-size: 12px;
	}

#account_agreement {
	margin: 0;
	padding: 0;
	}






#subdomain_results p.good {
	padding-left: 20px;
	color: #95aa0d;
	background: url(http://meta.cibu.cn/images/reg/signup-domain-good.gif) top left no-repeat;
	}
	
#subdomain_results p.bad {
	padding-left: 20px;
	color: #c82c5a;
	background: url(http://meta.cibu.cn/images/reg/signup-domain-bad.gif) top left no-repeat;
	}



label.error {
	clear:both;   size:12px;
	color: red; padding-left: 12px;
}
div.error { display: none; }
input.error { background-color:#FF0000; background: url(http://meta.cibu.cn/images/reg/signup-domain-bad.gif) top left no-repeat; padding-left: 20px;}

.nav_main { 
	height:27px;
	margin:0px auto;
	width:auto;
}
.nav_main li.txt { 
	color:#000000;
	font-size:14px;
	font-weight:normal;
	margin:0pt 8px 0pt 0pt;
	text-align:left;
}
.nav_main li { 
	background-repeat:no-repeat;
	color:#707070;
	float:left;
	font-size:14px;
	padding-top:2px;
}
.nav_main li.s1a { 
	background-image:url(http://img.china.alibaba.com/images/member/register/1_a.gif);
}
.nav_main li.sa { 
	color:#FB760D;
	font-weight:bold;
}
.nav_main li.s2n { 
	background-image:url(http://img.china.alibaba.com/images/member/register/2.gif);
}
.nav_main li.s3n {
	background-image:url(http://img.china.alibaba.com/images/member/register/3.gif);
}
.nav_main li.s4n {
	background-image:url(http://img.china.alibaba.com/images/member/register/4.gif);
}
.nav_main li.p20 { 
	padding-left:24px;
}
.nav_main li.sf { 
	margin:0px 10px;
}
.nav_main li.stip { 
	color:#000000;
	float:right;
	font-size:12px;
}