﻿
.CenterDivProgress {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%,-50%);
}

#blur {
    width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 99999999999999999999;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#progress {
    z-index: 9999999999;
    background-color: transparent;
    position: absolute;
    top: 0pt;
    left: 0pt;
    /*border: solid 1px black;*/
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.progessdiv {
    background-color: transparent !important;
    width: 85px;
    height: 100px;
    color: snow;
}
