﻿body {
}



.loadingDiv
{
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-color: #DCDCCB;
    position: absolute;
    left: -50px;  /* Offset the left position to compensate for the AlwaysVisibleControl position */
    top: -50px;   /* Offset the top position to compensate for the AlwaysVisibleControl position */
    border: outset 2px;
    width: 200px;
    height: 15px;
}

.imgLoad
{
 position:absolute; 
 z-index:1001;
 width:100px;
 height:100px;  
 
}

