/*============================= CSS STYLES FOR S919 =============================*/
body {
    margin: 0px;
    font-family: simsun;
    text-align: center;
    background: #FFF;
}

    body#EN, body#KR, #lang_en, #lang_ko {
        font-family: Arial, Helvetica, sans-serif;
    }

form, table {
    margin: 0;
    padding: 0;
}

td {
    font-size: 12px;
}

.title {
    display: block;
    width: 100%;
    background: #503f32;
    text-align: center;
    margin: auto;
    height: 55px;
}

.language {
    display: table;
    padding: 0;
    height: 55px;
    list-style: none;
    margin: auto;
    color: #B2A183;
    text-align: center;
}

    .language li {
        float: left;
        width: 106px;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }

.lang2 {
    color: #e6ca9c;
    background: #705636;
}

    .lang2 a {
        color: #e6ca9c;
        background: #705636;
        text-decoration: none;
    }

.lang {
    color: #B2A183;
}

    .lang a:link, .lang a:visited {
        color: #B2A183;
        text-decoration: none;
    }

    .lang:hover {
        color: #e6ca9c;
        background: #705636;
    }

.log {
    text-align: center;
    width: 359px;
    margin: auto;
    background: #EDE9E2;
    padding: 19px 21px 19px 19px;
    padding: 19px;
}

.mem {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.index_top_pic {
    margin: 20px auto;
    width: 90px;
    height: 90px;
    background: url(../images/default/index_top_pic.png) no-repeat;
    display: block;
    background-size: cover;
}

.bordDIV {
    width: 320px;
    border: 1px solid #e0d4c0;
    margin: auto;
}

.bord {
    width: 100%;
    height: 114px;
    background: #fff;
}

.index_ID {
    text-align: left;
    padding: 0 18px 0 12px;
}

.index_line {
    border-bottom: 1px solid #f0e7d8;
}

.place_colorTD {
    position: relative;
}

.place_color, .place_colorBOX {
    width: 240px;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #776547 !important;
}

.place_colorBOX {
    background: url(../images/default/place_colorBOX.png) repeat;
    font-family: "Arial";
    color: #3d2e14 !important;
    top: 11px;
    left: 0;
}

.index_re {
    text-align: left;
    width: 320px;
    height: 30px;
    line-height: 54px;
    color: #776547;
    font-size: 14px;
    margin-left: 19px;
}

.index_re {
    line-height: 40px;
}

.err_position {
    float: left;
}

.index_box {
    margin: 0px 6px 0 0;
    margin: 0px 3px 0 0;
    position: relative;
    top: -1px;
    top: 2px;
}

.forTXT {
    float: right;
    color: #27a67b;
    font-size: 13px;
    cursor: pointer;
}

    .forTXT:hover {
        color: #33D09B;
    }

.btn {
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto 0px auto;
}

.za_button {
    width: 320px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    border: none;
    background: #27a67b;
    color: #fff;
    font-size: 16px;
    border: 1px solid #1f9c72;
}

    .za_button:hover {
        background: #45BE95;
    }
