﻿
#overlay {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    background-color:  #726E6D;
    width: 100%;
    height: 100%;
    filter: Alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}

#progrestwo {
    background-color: #726E6D;
    width: 110px;
    height: 24px;
    text-align: center;
    filter: Alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#progresone {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -55px;
    color: White;
}

body > #progresone {
    position: fixed;
}

.Waiting-progress {
    margin: auto;
    position: fixed;
    z-index: 9999;
    vertical-align: middle;
    top: 10%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.55);
    filter: alpha(opacity=60);
    opacity: 0.5;
    -moz-opacity: 0.6;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
    box-shadow: -1px 1px 8px 0px black;
}
.center {
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
