.register {
    background-image: url(../../images/cash/bgregister.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    padding: 30px 0;
}

.register .g_w1 {
    background-color: #fff;
    padding: 50px 0;
}

.register h1 {
    font-size: 35px;
    color: #dea623;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: normal;
}

.register h2 {
    font-size: 16px;
    color: #999;
    text-align: center;
    font-weight: normal;

}

.register .formcontainer {
    width: 800px;
    position: relative;
    margin: 30px 0 30px 220px;
}

.register .formcontainer2 {
    position: relative;
    margin: 30px 0 30px 50px;
}

.register .leftpanel {
    width: 200px;
    height: 238px;
}

.register .rightpanel {
    width: 750px;
}

.register .row {
    margin-bottom: 10px;
}

.register .col1 {
    width: 100px;
    font-size: 14px;
    color: #000;
    float: left;
    text-align: right;
    margin: 8px 10px 0 0;
}

.register .col2 {
    width: 230px;
    font-size: 14px;
    color: #ccc;
    float: left;
    margin-right: 10px;
}

.register .col3 {
    width: 370px;
    font-size: 12px;
    color: #999;
    float: left;
    margin-top: 8px;
}

.register .col4 {
    width: 370px;
    font-size: 12px;
    color: #2161B3;
    float: left;
    margin-top: 8px;
}

.register .input1, .register .input2 {
    padding: 7px 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #000;
}

.register .input1 {
    width: 100%;
}

.register .input2 {
    width: 140px;
    margin-right: 10px;
}

.register .submitbtn {
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 16px;
    background-color: #5753d5;
    cursor: pointer;
}

.register .submitbtn:hover {
    background-color: #6f6bec;
}

.register .vercodebtn {
    padding: 10px 0;
    width: 80px;
    color: #fff;
    border: none;
    font-size: 12px;
    background-color: #dea623;
    cursor: pointer;
}

.register .vercodebtn:hover {
    background-color: #c6931b;
}

.aligncenter {
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.formcontainer2 .leftpanel div {
    text-align: center;
    font-weight: bolder;
    font-size: x-large;
    margin: 10px auto;
    line-height: normal;
}