.rad{ width:960px;margin: 0 auto; }
#regbox{ width:960px;margin: 10px auto 0;background: #fff;}
#regbox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.table{ border:1px #DADADA solid; padding:20px;}
.table td{ padding:8px; color:#333}
.table span{ color:#666; font-size:12px;}
.table input[type="text"]{ border:1px #dadada solid; height:24px; line-height:24px; padding:0 5px;}
.table textarea{ border:1px #dadada solid; line-height:24px; padding:0 5px;}
.table select{border:1px #dadada solid; line-height:24px; padding:0 5px;}
.table input[type="password"]{ border:1px #dadada solid; height:24px; line-height:24px; padding:0 5px;}
.table input[type="text"]:hover{ border:1px #F90 solid}
.table input[type="password"]:hover{ border:1px #F90 solid}
.table textarea:hover{ border:1px #F90 solid}
.tab td{ padding:0}
.regcontrol
{
    height:40px; line-height:40px; background:#f4f4f4; border-bottom:1px #dadada solid; font-weight:bold;
    }
.regcontrol span{ width:20%; float:left; line-height:40px; text-align:center; cursor:pointer}
.regcontrol .current{ background:#666; color:#fff}
.bd
{
    position:fixed;
    background-color:#000;
    filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; 
    background-image:url(ajax.gif);
    background-position:center center;
    background-repeat:no-repeat;
    left:0;
    top:0;
	width:100%;
	height:100%;
	display:none;
}



 
.inputWay input{ 
	padding: 5px 0;
}
.inputWay text{
	color: #5b69c5;
}
.inputWay #text1{
	padding: 10px; 
    cursor:pointer;
	}
.inputWay #text2{
	color:#F00;
	}