.layer-root {
    display: none;
    margin: -8px 0 0 7px;
    position: absolute;
    z-index: 32010;
    top: 0px !imoprtant;
    left: 0px !imoprtant;
}

.layer-root iframe.layer-background-fixer {
    display: none;
}

.layer-root table.layer-border {
    border: 0;
}

.layer-hook {
    display: none;
}

.layer-loading-animation {
    background: #000000;
    cursor: cross;
    left: 0px;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    z-index: 19999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
* html .layer-loading-animation {
    filter: Alpha(opacity=70);
}
*+html .layer-loading-animation {
    filter: Alpha(opacity=70);    
}
.layer-loading-background-fixer {
    display: none;
    background: none;
    z-index: -1;
}

