body
{
}
/************************/
/** AJAX PROCESS ICON  **/
/************************/


.overlay
{
    position: absolute;
    z-index: 100;
   
 /**/   background-color: #F0F0F0;
    filter: alpha(opacity=1);
    opacity: .5;
    
    vertical-align: middle;
    text-align:center;
}

.overlayContent
{
    
    /*position: inherit;*/
    width: 100%;
    height: 100%;
    /*z-index: 99;
    margin: 250px auto;
    width: 100%;
    height: 100%;*/
}


.overlayContent img
{
    
    border: 2px solid black;
}