﻿#overlay {
            position:fixed;
            z-index:99;
            top:0px;
            left:0px;
            background-color:white;
            width:100%;
            height:100%;
            filter:alpha(opacity=80);
            opacity:0.80;
            -moz-opacity:0.80;

        }
        #theprogress {
            background-color:white;
            /*width:110px;
            height:24px;*/
            text-align:center;
            filter:alpha(opacity=100);
             opacity:1;
            -moz-opacity:1;
        }
        #modalprogress {
            position:fixed;
            top:25%;
            left:25%;
            right:25%;
            bottom:25%;
            margin: 0 0 0 0;
            color:white;

        }
        body > #modalprogress {
            position:fixed;
        }