
/* reg base */

/* leftinfo */
#leftinfo{
    width: 206px;
	height: 169px;
	text-align: center;
}
/* end leftinfo */

#reg-box{
	margin: 10px 0 0 30px;
	*margin: 10px 0 0 0;
	_margin: 10px 0 0 0;
	min-height: 420px;
	*height: 420px;
	margin-left: 60px;
}
#reg-box .reg-box-title{
	width: 550px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bolder;
	color: #003366;
}
#reg-box .reg-box-title span.reg-tips{
	font-size: 10px;
	margin-left: 38px;
	padding: 1px 3px 1px 3px;
	color: #cb0000;
}
#reg-box ul{
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0;
	display: table;
}
#reg-box ul li{
	width: 550px;
	height: 22px;
	line-height: 22px;
	padding-left: 50px;
	margin-top: 5px;
	*margin-top: 2px;
}
#reg-box ul li.title{
	width: 550px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bolder;
	text-indent: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0;
}
#reg-box ul li label, #reg-box ul li input, #reg-box ul li span{
	float: left;
	display: block;
}
#reg-box ul li label{
	width: 120px;
	text-align: right;
}
#reg-box ul li input{
	width: 180px;
	margin-left: 10px;
}
#reg-box ul li span{
	width: 180px;
	height: 22px;
	margin-left: 5px;
	color: red;
}
.reg-baseinfo{
	width: 400px;
	height: auto;
}
#details{
	display: none;
}
/* end base */

/* email box */
ul.reg-baseinfo li span#email-box{
	margin: 0;
	padding-left: 10px; 
	color: #ccc;
}
ul.reg-baseinfo li span#email-box input#email{
	margin: 0;
}
/* next button */
.reg-baseinfo li input#btnNext{
	width: 80px;
	height: 26px;
	margin-left: 230px;
	_margin-left: 115px;
	*margin-left: 232px;
	text-align: center;
}
/* company ,personTitle ,suffix */
#company-box, #personTitle-box, #suffix-box{
	width: 180px;
	height: 22px;
	margin-left: 10px;
	float: left;
}
#company-box{
	width: 350px;
	margin: 0;
}
/* textarea */
.textarea-style{
	height: auto;
	display: table;
}
.textarea-style .textarea-content{
	width: 400px;
	height: 130px;
}
/* terms */
#reg-box ul.reg-submit li.terms-style input{
	width: 15px;
	height: 15px;
	margin-top: 4px;
}
/* submit */
#reg-box ul.reg-submit li.submit-style{
	padding: 10px 0 0 170px;
}
#reg-box ul.reg-submit li.submit-style input{
	width: 140px;
	height: 26px;
	float: left;
	text-align: center;
}
#reg-box ul.reg-submit li.submit-style input#Cancel{
	width: 80px;
}

/* reg tips */
#regTipsBox{
	width: 119px;
	height: auto;
	float: right;
	display: block;
	margin-top: 20px;
}
#regTipsBox li{
	width: 119px;
	line-height: 30px;
	margin-bottom: 15px;
	text-indent: 30px; 
	font-size: 14px;
	color: #515169;
}
#regTipsArrow{
	width: 33px;
	height: 57px;
	background: url("../images/regTips_arrow.png");
	position: absolute;
}
/* for ie6.0 */
*html #regTipsArrow{ 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/regTips_arrow.png"); background:none;
}
