﻿#loginWin {
    border: none;
}

#outerContainer, #operationBar {
    /*background: #E0ECFF;*/
    background: #CED9E7;
}

#innerContainer {
    background: #DFE8F6;
    border: 1px solid #99BBE8;
}

#loginForm {
    position: relative;
    top: 2px;
    padding: 2px 50px 15px 20px;
}

#recommend {
    width: 100%;
    opacity: 0.6;
    position: relative;
}

    #recommend td {
        text-align: left;
        padding-top: 8px;
        color: gray;
    }

#operationBar {
    text-align: center;
}
