  .progressBackgroundFilter
        {
            background-color: #000;
            bottom: 0px;
            filter: alpha(opacity=50);
            left: 0px;
            margin: 0;
            opacity: 0.5;
            overflow: hidden;
            padding: 0;
            position: fixed;
            right: 0px;
            top: 0px;
            z-index: 1000;
        }
        
        .processMessage
        {
            background-color: #fff;
            color: #000066;
            font-family: Verdana;
            font-size: 12px;
            font-weight: normal;
            left: 43%;
            padding: 10px;
            position: absolute;
            top: 43%;
            width: 160px;
            z-index: 1001;
        }