﻿/*update progress with modal popup*/
.modalPopup
{
    background-color: #696969;
    filter: alpha(opacity=40);
    opacity: 0.7;
    xindex: -1;
}
.loadingStyle
{
    background: url("../img/waiting.gif") no-repeat scroll center center #FFFFFF;
    width: 50px;
    height: 50px;
    margin: 20px auto;
}
.preloadBG
{
    background: url("../img/preloadBG.png") no-repeat;
    height: 94px;
    width: 134px;
    float: left;
}