.miModal {
    cursor: wait;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=30);
    opacity: 0.3;
    background: #2E2D27 url('/wp-content/plugins/PluginEvol/templates/public/img/ajax-loader.gif') 50% 50% no-repeat;
    /*background-image: url('http://i.stack.imgur.com/FhHRx.gif')
            50% 50% 
        no-repeat;*/
    /*background: url('http://i.stack.imgur.com/FhHRx.gif') 
        50% 50% 
        no-repeat;*/
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
div.loading .miModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
div.loading .miModal {
    display: block;
}