﻿
#CloseBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
    cursor: pointer;
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
}

#progress {
    width: 100%;
    z-index: 200;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    moz-opacity: 0.5;
    khtml-opacity: 0.5;
    opacity: .85;
    filter: alpha(opacity=85);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: solid 1px black;
    text-align: center;
    height: 100%;
    min-height: 100%;
}

#progress div {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }


.modalBackground {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
}

.modalPopup {
    background-color: #fff;
    width: 75%;
    border: 3px solid #0da9d0;
    padding: 0;
}

.modalPopup .header {
        background-color: #2fbdf1;
        height: 30px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

.modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
    }
