@CHARSET "UTF-8";
    .account-control {
        background-color: #E5EDFE;
        width: 220px;
        padding: 10px;
        border: 1px solid #D1D1D1;
    }
    .account-control .control-header {
        font-weight: bold;
        margin-right: 20px;
        width: 170px;
        text-align: right;
        text-decoration: underline;
        cursor: pointer;
    }
    .account-control .header-action {
        color: #3C5899;
        font-weight: bold;
        margin-top: -1px;
        cursor: pointer;
    }
    .account-control .content-right {
        padding-left: 10px;
    }
    .account-control #account-control-content {
        margin-top: 10px;
        display: none;
    }
    .account-control .account-control-sums {
        font-weight: bold;
        color: #3C5899;
    }
    .account-control .special-height {
        height: 16px;
    }
    .account-control .cropping-page {
        display: none;
    }
    .account-control #cropping-notification {
        margin-top: 10px;
        background-color: #F9A7A7;
        border: 1px solid #D1D1D1;
        padding: 5px;
        font-weight: bold;
        display: none;
    }