div#DLSupportJS_OverlayDiv {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

img#DLSupportJS_LoadingImage {
    display: block;
    height: 100px;
    position: fixed;
    width: 100px;
    z-index: 1001;
}

div#DLSupportJS_CleanAdminWrapper {
    background-color: #FFFFFF;
    left: 25px;
    overflow: hidden;
    position: fixed;
    top: 25px;
}

div#DLSupportJS_CleanAdminClose {
    background-color: #EEEEEE;
    cursor: pointer;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

div#DLSupportJS_CleanAdminPage {
    overflow-y: scroll;
    padding: 5px;
}