﻿.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup {
    background-color: #6996B3;
    color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
    width: 400px;
}
.modalPopupHeader {
    background-color: #2D5169;
    color: White;
    height: 20px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding-top: 5px;
    border: inset 1px Gray;
}
.modalPopupBody {
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-bottom: solid 2px Gray;
}
.modalPopupFooter {
    font-weight: bold;
    text-align: center;
}