﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.progressModal {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: white;
    filter: alpha(opacity=100);
    opacity: 0.6;
    -moz-opacity: 0.8;
    text-align: center !important;
}

.progressCenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    /*width: 800px;*/
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align: center !important;
    /*margin-left: auto;
    margin-right: auto;*/
}

    .progressCenter pimg {
        height: 30px;
        width: 30px;
    }

.LoginprogressCenter {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: white;
    filter: alpha(opacity=100);
    opacity: 0.6;
    -moz-opacity: 0.8;
    text-align: center !important;
}
