#reg_outer{
    width: 304px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -152px;
    z-index: 5;
}
.regBox {
    width: 100%;
    height: 100%;
}
.regIpt {
    height: 34px;
}
.regIpt span {
    font-size: 16px;
    width: 80px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    background: #5D1717;
	border:2px solid #550000;
	border-right:0;
    text-align: center;
}
.regIpt input {
    width: 218px;
    height: 30px;
	line-height: 30px;
    font-size: 14px;
    text-indent: 12px;
    border: 2px solid #550000;
    background: #fff;
	border-left-width: 1px;
}
.regMsg{
    height: 25px;
    color: #ffffff;
    padding: 4px 0 12px 85px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.regBox .err{
    color: #ff0000;
	text-shadow: 0 0 black;
}
.regBtn{
    height: 90px;
	margin-top:-5px;
}
.regBtn input {
    display: block;
    height: 90px;
    width: 196px;
    margin: 0 auto;
	background:none;
    /* background: url(/Market/Game/Register/009/res/images/start_btn.png) no-repeat; */
    border:0;
    cursor:pointer;
}
.regBtn input:hover{
	background-position: -196px 0;
}
.select_btn{
    padding-top: 2px;
    text-align: center;
    font-size: 12px;
}
.select_span{
    display: inline-block;
    color:#fff;
    line-height: 22px;
    margin-left: 12px;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.select_span span{
    cursor: pointer;
    display: inline-block;
}
.select_span span:hover{
    text-decoration: underline;
}


.login_method_box{
	margin-top: 6px;
	text-align: center;
}
.login_method_box .label{
    color:#fff;
    font-size: 12px;
    margin-bottom: 14px;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.login_method_box .label em{
	display: inline-block;
	vertical-align: middle;
    width:50px;
	height:1px;
	background:#FFFFFF;
	border:1px solid #010000;
}
.login_method_box .three_login {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../css/icon_other_reg.png") 0 0 no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}

.login_method_box .three_login:hover{
    background-position: -74px 0px;
}
.login_method_box .wx_login{
    background-position: -143px 0px;
}
.login_method_box .wx_login:hover{
    background-position: -217px 0px;
}