/* BASIC css start */
.page_location {
    position:relative;
    height:40px;
    padding:0px 40px;
    background:white;
    border-bottom:1px solid #e5e5e5;
    box-sizing:content-box;
}

.page_location .back-btn {
    position:absolute;
    top:0px;
    left:0px;
}

.page_location h2 {
    padding:0px;
    color:#333333;
    font-size:16px;
    font-weight:normal;
    line-height:40px;
    text-align:center;
}

.page_location a {
    width:40px;
    height:40px;
}
.page_location a img {
    width:100%;
}


.input-wrap {
    margin-top:12px;
    padding:0px 15px;    
}
.input-wrap .title {
    color:#333333;
    font-size:14px;
    line-height:30px;
}
.input-wrap .title-sub {
    color:#a8a8a8;
    font-size:13.5px;
    line-height:14px;
}
.input-wrap .input-row {
    margin-top:10px;
}
.input-wrap .input-row:first-child {
    margin-top:0px;
}
.input-wrap .input-row input {
    width:100%;
    height:35px;
    padding:0px 10px;
    margin:0px;
    background:white;
    border:1px solid #ccc;
    font-size:13px;
    text-align:left;
}

.input-wrap .input-submit {
    margin-top:10px;
}
.input-wrap .input-submit a {
    display:inline-block;
    width:100%;
    height:40px;
    background:#333333;
    color:white;
    font-size:15px;
    line-height:40px;
    text-align:center;
}
/* BASIC css end */

