
.m {margin:auto;width:1200px;background:#FFFFFF;clear:both;}
.reg-main {
    width: 900px;
    margin: 0 auto;
}
.reg-step ul {
    height: 48px;
    border-bottom: #E5E5E5 2px solid;
}
.reg-step li {
    display: inline;
    float: left;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #E5E5E5 2px solid;
    color: #9999B2;
}
.reg-step .on {
    border-bottom: #2587F4 2px solid;
    color: #2587F4;
    color: #333333;
}
.reg-tb {
    width: 700px;
    margin: 0 auto;
}
.reg-tb .tl {
    width: 120px;
    text-align: right;
}
.reg-tb td {
    padding: 10px;
    font-size: 14px;
}
.f_red {
    color: red;
}
.input-captcha, .input-question, .input-user, .input-pass, .input-mob, .input-mail, .input-text, .input-code {
    padding: 10px 10px 10px 30px;
    height: 22px;
    line-height: 22px;
    border: #E5E5E5 1px solid;
    font-size: 14px;
}

.select{
    height: 32px;
    line-height: 40px;
    border: #E5E5E5 1px solid;
    font-size: 14px;
    margin-right:10px;
    margin-bottom:10px;
}
.input-captcha {
    background: url(../images/input-captcha.png) no-repeat 8px center;
    width: 100px;
}

.input-text {
    background: url(../images/input-text.png) no-repeat 8px center;
    width: 260px;
}
.input-user {
    background: url(../images/input-username.png) no-repeat 8px center;
    width: 260px;
}

.input-pass {
    background: url(../images/input-password.png) no-repeat 8px center;
    width: 260px;
}

.btn-blue:hover {
    background: #0569D5;
}

.reg-btn {
    width: 300px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.btn-blue {
    background: #007AFF;
    border: #1E74D0 1px solid;
    color: #FFFFFF;
}
.btn-green {
    background: #1AAD19;
    border: #18A117 1px solid;
    color: #FFFFFF;
}
.reg-tb .tr {
    width: 330px;
}
.reg-tb td {
    padding: 10px;
    font-size: 14px;
}
.success{
	background:url(../images/okay.gif) no-repeat 0 center;
	font-size:16px;
	font-weight:bold;
	color:#4FA800;
	padding:6px 32px;
}