﻿body .modalLoading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}


body .modalLoading .ajax-progress {
    position: fixed;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    background-image: url('img/loading.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid green;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 999999;
}

