﻿.ProgressBarOuter {
    position: fixed; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 1000000; 
    background-color: white; 
    filter:alpha(opacity=80);
    opacity:0.8;
    vertical-align: middle;
}
.ProgressBar {
    padding: 15px;
    position:fixed;
    top:44%;
    left:36%;
    color:#2a2a2a;
    font-family:'Segoe UI';
    font-size:20px;
    font-weight:normal;
    font-style:normal;
    border-style:Solid;
    border-width:1.5pt; 
    vertical-align :middle;
    border-color:#333333;
    text-align:center;
    background-color:#EAEAEA;
}
