.top-img{
    width: 100%;
	display: block;
}

.user-info{
	margin: 20px 12.5px;
	text-align: center;
}

.tip-content{
	font-size: 20px;
    color: #00A8C5;
    font-weight: bold;
	font-family: "微软雅黑",helvetica,arial;
	margin-bottom: 20px;
}

.input-item{
	margin-bottom: 10px;
}

.input-label{
	text-align: left;
	font-size:16px !important;
	display: inline-block;
	width: 90px;
}

.user-info-input {
    width: 200px;
    height: 33px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    font-family: '微软雅黑';
    text-indent: 1em;
}

.user-info-text {
    width: 200px;
    height: 150px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    font-family: '微软雅黑';
    text-indent: 1em;
	vertical-align:top
}

.code-group{
	width: 200px;
	display: inline-block;
}

.code-input {
    width: 92px;
    height: 33px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    font-family: '微软雅黑';
    text-indent: 1em;
}

.code-img{
	width: 92px;
	height: 33px;
	display: inline-block;
	vertical-align:middle;
    margin-top: -3px;
	margin-left: 7px;
}

.btn-div{
	margin-top: 55px;
}

.bottom-btns{
    width: 115px;
	height:35px;
	border:0;
	background:#36B7D2;
	color:#fff;
	border-radius:4px; 
	outline-style: none;
	font-size: 17px;
}

.bottom-btns:active{
	background:#63c9de;
}

.btn-left{    
	background-image: url("../img/bak.png");
	background-repeat: no-repeat;
	background-position: 25px;
}

.btn-right{
	background-image: url("../img/okBtns.png");
	background-repeat: no-repeat;
	background-position: 6px;
}
.top-left-img{
	position: absolute;
	left: 0;
    margin-top: 9px;
}