body{
  background: #f7f7f7;
}
.commonPd{
	padding: 30px 50px;
	background: url(/images/reg/regBg.jpg) no-repeat center bottom;
}
.black{color: #000;}
.hasReg{position: absolute; right: 0; bottom: 0;}
.inviterInfo{background: #F3FBFF; margin-top: 10px; padding: 16px 20px;}
.inviterFriends{width: 76px; overflow: hidden; text-align: center;}
.friends{padding-left: 20px;}
.reg_input{
	border: 1px solid #CCC;
    padding: 8px 5px 6px;
    width: 188px;
	height:18px;
	line-height: 18px;
	font-size:14px;
	color:#666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.reg_input:focus{
	border-color: #59CCF9;
}
.reg_input:focus, .regInputFocus{
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}
.ckbox td{
	padding-right: 10px;
	padding-bottom: 8px;
}
.ckbox label{
	padding: 0 6px 6px;
	width: 120px;
	overflow: hidden;
	display: block;
	background: #eee;
}
.ckbox input{
	vertical-align: middle;
	margin-right: 8px;
}
#registerTb .verifyOkTb{
	/*width: 580px;*/
	table-layout: fixed;
}
#registerTb td, #registerTb th{
	vertical-align: middle;
}
#registerTb th {
	text-align:right;
	width:120px;
	padding-right:10px;
	font-size:14px;
	font-weight: normal;
}
.cellInput{
	width:200px;
}
.celTips{
	width: 260px;
}
.tipsBox{
	float: left;
	font-size:12px;
	color:#666;
	height:18px;
	line-height: 18px;
	padding: 7px 5px 7px;
	border: 1px solid #DDD;
	background: #F5F6F5;
	color: #666666;
	border-left: 0;
	display: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
#registerTb .tipsBoxErr {
	background-color:#FFCFCF;
	border-color:#E5A3A3;
	color:#801B1B;
}
#registerTb .tipsBoxOk {
	background-color:#F0FEE9;
	border-color:#E1EFDB;
	color:#666;
}
#registerTb td{
   padding-bottom: 10px;
}
#userDomain{
  color: #999999;
}
#registerTb{
   margin-top:40px;
   margin-bottom: 40px;
}
.join{
	font-family:"MicroSoft YaHei","SimHei";
	font-size:16px;
    font-weight: normal;	
}
#registerTb input.sub{
  width: 172px;
  height: 44px;
  cursor: pointer;
  border: 0;
  background: url(/images/reg/reg.png) no-repeat 0 0;
  _background: none;
  _zoom: 1;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/reg/reg.png");    
}
#registerTb input.sub:hover{
  width: 172px;
  height: 44px;
  cursor: pointer;
  border: 0;
  background: url(/images/reg/regHover.png) no-repeat 0 0;
  _background: none;
  _zoom: 1;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/reg/regHover.png");  
}