.dhtmlx-error{
    font-weight:bold;
    color:white;
    background-color:red;
}

.dhtmlx-forgotCSSPopup{
    background-color: #ffdb00 !important;
    font-size:14px !important;
    line-height: 18px !important;
    text-align: left !important;
}

.logoDiv {
    margin-left: auto; margin-right: auto; width: 300px; text-align: center; margin-bottom: 10px;
}

body {
    margin: 0;
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #4d4d4d;
    background: #414142;
    background: url(/resources/img/accountbook_bg_3.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dhtmlx-alert-warning .dhtmlx_popup_title, .dhtmlx-confirm-warning .dhtmlx_popup_title {
    color : #ffffff !important;
    border: 1px solid #e00025 !important;
    background-color: #e00025 !important;
}

.dhtmlx_popup_button:first-child {
    background-color: #e00025 !important;
    color:white;
    border:1px solid #e00025 !important;
    box-shadow: none;
}