﻿.modalProgress {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.centerProgress {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 50%;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 100;
    -moz-opacity: 100;
}


.modal1 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center1 {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 134px;
    width: 129px;
}

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    filter: alpha(opacity=80);
    opacity: 0.8;

    /*position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    filter: alpha(opacity=80);
    opacity: 0.8;*/
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 134px;
    height: 129px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .overlayContent img {
        width: 134px;
        height: 129px;
    }

