﻿.Panel-Loading-BG {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8010;
    background: url('Loading/BG_Overlay.png');
    
}

#Panel-Loading {
    background-image: url('Loading/BG_Sprite.png');
}

#Panel-Loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #Panel-Loading div {
        width: 44px;
        height: 44px;
        background: url('Loading/Loading.gif') center center no-repeat;
    }
