.dhtmlx_message_area {
    position: fixed;
    right: 5px;
    width: 250px;
    z-index: 1000;
}

.dhtmlx-info {
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    font-family: Tahoma;
    margin: 5px;
    margin-bottom: 10px;
    min-height: 20px;

    min-width: 120px;
    padding: 4px 4px 4px 20px;
    transition: all .5s ease;
    z-index: 10000;
}

.dhtmlx-info.hidden {
    border-width: 0px;
    height: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
}

.dhtmlx_modal_box {
    background: -webkit-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
    background: -moz-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 14px #888;

    display: inline-block;
    font-family: Tahoma;
    min-width: 300px;
    overflow: hidden;

    position: fixed;

    text-align: center;

    width: 300px;
    z-index: 20000;
}

.dhtmlx_popup_title {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);
    background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);

    background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 0px;
}

.dhtmlx-info, .dhtmlx_popup_button, .dhtmlx_button {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    cursor: pointer;

    user-select: none;
}

.dhtmlx_popup_text { overflow: hidden; }

.dhtmlx_popup_controls {
    border-radius: 6px;
    padding: 5px;
}

.dhtmlx_popup_button, .dhtmlx_button {
    border-radius: 6px;
    color: #FFF;

    display: inline-block;
    height: 30px;
    line-height: 30px;

    margin: 0 5px;
}

.dhtmlx_popup_button { min-width: 120px; }

div.dhx_modal_cover {
    background-color: #000;
    border: none;

    cursor: default;
    filter: alpha(opacity = 20);

    height: 100%;
    left: 0px;
    opacity: 0.2;
    position: fixed;
    top: 0px;
    width: 100%;

    z-index: 19999;
    zoom: 1;
}

.dhtmlx-info img, .dhtmlx_modal_box img {
    float: left;
    margin-right: 20px;
}

.dhtmlx-alert-error .dhtmlx_popup_title, .dhtmlx-confirm-error .dhtmlx_popup_title { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); }

.dhtmlx-alert-error, .dhtmlx-confirm-error { border: 1px solid #ff0000; }

/*Skin section*/

.dhtmlx_button, .dhtmlx_popup_button {
    border: 1px solid #838383;
    box-shadow: 0px 0px 4px #888;
}

.dhtmlx_button input, .dhtmlx_popup_button div {
    -moz-box-sizing: content-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAYFBMVEVwcHBtbW1ra2toaGhmZmZjY2NhYWFeXl5cXFxaWlpXV1dVVVVSUlJQUFBNTU1LS0tJSUlGRkZERERBQUE/Pz88PDw9PT0+Pj5AQEBCQkJDQ0NFRUVHR0dISEhKSkpMTEzqthaMAAAAMklEQVQImQXBhQ2AMAAAsOIMlwWH/8+kRSKVyRVKlVrQaHV6g9FktlhFm93hdLk9Xt8PIfgBvdUqyskAAAAASUVORK5CYII=);
    background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);
    background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);

    border: 1px solid #FFF;
    border-radius: 6px;
    box-sizing: content-box;
    color: #fff;
    font-size: 15px;

    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0px;

    padding: 0px;
    vertical-align: top;
}

.dhtmlx_button input:focus, .dhtmlx_button input:active, .dhtmlx_popup_button div:active, .dhtmlx_popup_button div:focus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAXVBMVEVwcHBubm5tbW1sbGxra2tpaWloaGhnZ2dmZmZlZWVjY2NiYmJhYWFgYGBfX19dXV1cXFxbW1taWlpZWVlXV1dWVlZVVVVUVFRTU1NRUVFQUFBPT09OTk5NTU1LS0tT9SY0AAAAMUlEQVQImQXBhQGAMAAAIGxnx2z9/00BiVQmVyhVakGj1ekNRpPZYhVtdofT5fZ4fT8hpwG05JjexgAAAABJRU5ErkJggg==);
    background-image: -webkit-linear-gradient(top, #707070 1%, #4c4c4c 99%);
    background-image: -moz-linear-gradient(top, #707070 1%, #4c4c4c 99%);
}

.dhtmlx_popup_title {
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-shadow: 1px 1px #000;
}

.dhtmlx_popup_text {
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    margin: 15px 15px 5px 15px;
    min-height: 30px;
}

.dhtmlx-info, .dhtmlx-error {
    background-color: #FFF;
    border: 1px solid #ffffff;
    border-radius: 3px;

    box-shadow: 0px 0px 10px #888;

    color: #000;
    font-size: 14px;
    padding: 0px;
}

.dhtmlx-info div {
    background-color: #fff;
    border: 1px solid #B8B8B8;

    border-radius: 3px;
    padding: 5px 10px 5px 10px;
}

.dhtmlx-error {
    background-color: #d81b1b;
    border: 1px solid #ff3c3c;
    box-shadow: 0px 0px 10px #000;
}

.dhtmlx-error div {
    background-color: #d81b1b;
    border: 1px solid #940000;
    color: #FFF;
}