﻿#fade
{
    background-position: center center;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:  rgba(255, 255, 255, 0.4);
    -moz-background-color:  rgba(255, 255, 255, 0.4);
    z-index: 999999;
    /*-moz-opacity: 0.7;
    opacity: .7;*/    
    background-image:  url("../Images/NewLoading.gif");
    background-repeat:no-repeat;   
}