﻿.html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
}

.content {
    width: 280px;
    margin: 200px auto 0 auto;
    color: #7A7A7A;
    background-color: white;
    padding-bottom: 25px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.header {
    background-color: #455A64;
    color: white;
    padding: 17px 0 0 30px;
    height: 33px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
}


.regContent {
    width: 840px;
    margin: 0 auto;
    color: #7A7A7A;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #E0E0E0;
}

.btextBox {
    border: 1px solid #E0E0E0 !important;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px 0 20px !important;
    height: 32px;
    outline: none;
    margin: 0;
    color: #7A7A7A;
    background-color: #FAFAFA !important;
    border-radius: 4px;
    width: 200px;
}

    .btextBox:-ms-input-placeholder,
    .btextBox::-webkit-input-placeholder {
        color: silver;
        font-size: 12px;
    }

    .btextBox:focus,
    .btextBox:hover {
        border: 1px solid #E0E0E0;
        background-color: white !important;
    }

        .btextBox:focus .btextBox:-ms-input-placeholder,
        .btextBox:hover .btextBox::-webkit-input-placeholder {
            background-color: white !important;
        }

    .btextBox::-ms-clear {
        display: none;
    }

.checkBox label {
    color: #7A7A7A;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 3px;
    top: -1px;
}

.loginLink {
    background-color: #455A64;
    padding: 12px 20px 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-family: Arial;
    outline: none;
    cursor: pointer;
}

    .loginLink:active {
        position: relative;
        top: 1px;
    }

.logBox {
    background: url('/images/login/login.png') no-repeat;
    background-position: 97% 6px;
}

.passBox {
    background: url('/images/login/pass.png') no-repeat;
    background-position: 97% 6px;
}

.errDiv {
    display: inline-block;
    background-color: #ED5565;
    color: white;
    font-size: 10px;
    border: 1px solid #ED5565;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0 5px 0 5px;
    position: absolute;
    margin-top: -13px;
}

.errBox {
    border: 2px solid #ED5565 !important;
    border-radius: 0;
}

.regCol1 {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin: 7px 10px 0 0;
}

.whiteForm {
    border-radius: 4px;
    background-color: white;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #7A7A7A;
}

.whiteForm-head {
    color: #525252;
    font-size: 14px;
    padding: 8px 0;
    margin-bottom: 20px;
    height: 33px;
    clear: both;
    border-bottom: 1px solid #E0E0E0;
}

.whiteHead-left {
    display: inline-block;
    margin: 7px 0 0 16px;
}

    .whiteHead-left div {
        display: inline-block;
        vertical-align: top;
        margin: 3px 0 0 15px;
    }

.whiteHead-right {
    float: right;
    display: inline-block;
    margin: 0 20px 0 0;
}

.whiteForm-content {
    margin: 20px 20px 0 46px;
    padding-bottom: 20px;
}

.mar10 {
    margin-bottom: 10px;
}

.mandDiv {
    color: #ED5565;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 12px;
    font-size: 16px;
}

.saveLink {
    background-color: #ED5565;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    font-size: 10px;
    padding: 12px 20px 0 20px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

    .saveLink:active {
        position: relative;
        top: 1px;
    }

.blink {
    color: #1E88E5;
    text-decoration: none;
}

    .blink:hover {
        text-decoration: underline;
    }

.mar {
    margin-bottom: 5px;
}

.mar10 {
    margin-bottom: 10px;
}

.errGlobal {
    background-color: #ED5565;
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
    height: 36px;
}

.errGlobal-img1 {
    margin: 7px 15px 0 0;
}

.errGlobal-img2 {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}

.errGlobal-ch1 {
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 0 0;
}
