﻿/*body {
    margin: 0;
    padding: 0;
    color: #fff;
}

a {
    border: 0;
}

img {
    border: 0;
}

input[input=button] {
    border: 0;
    padding: 0;
}

input[input=submit] {
    border: 0;
}*/

.bg_main {
    width: 395px;
    height: 248px;
    background-image: url(/Scripts/skins/custom/aui_bt.png);
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -151px;
    top: 169px;
}

.enterUrCode {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 4px 3px #175f74;
    padding-top: 45px;
}

.input_bounsCode {
    background: none;
    width: 211px;
    height: 33px;
    background-image: url(/images/bg_inputBounsCode.png);
    background-repeat: no-repeat;
    border: 1px solid #699ab3;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    padding-left: 10px;
}

.btn_BounsCode {
    width: 240px;
    height: 60px;
    background-image: url(/images/btn_sendCode.png);
    background-repeat: no-repeat;
    color: #fefefe;
    font-size: 16px;
    line-height: 55px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

    .btn_BounsCode:hover {
        background-position: bottom;
    }

.wrongCode {
    font-size: 26px;
    text-shadow: 1px 4px 3px #175f74;
    padding-top: 55px;
    line-height: 35px;
}

    .wrongCode font {
        font-size: 38px;
        font-weight: normal;
        color: #f9c037;
    }

.hiddle {
    display: none;
}

.msgHintClose {
    background: none;
    padding: 0px;
    border: 0px;
    background-image: url(/images/TS777/closeSubBank.png);
    background-size: 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.confirm1Top {
    position: absolute;
    z-index: 10;
    width: 1000px;
    top: 0;
    display: none;
}

.confirm1Content {
    width: 466px;
    height: 297px;
    margin: 0 auto;
    position: relative;
    top: 210px;
}

.confirm1Title {
    height: 35px; 
    background-image: url(/images/bgConfirm1.png);
    color: white;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
}