﻿.prog-holder {
    background: #FFA8A8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #99CCFF;
    z-index: 100;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.prog-inner-holder {
    border: 2px solid #3399ff;
    background: #ffffff;
    position: fixed;
    top: 40%;
    left: 30%;
    width: 40%;
    text-align: center;
    z-index: 101;
    padding: 2em;
}
.modalBackground {
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd; /* light yellow */
    border: 3px solid #000000; /* dark brown */
    padding: 3px;
    width: 250px;
    text-align: center;
}

.modalPopupHandle {
    border: 1px solid #CC0000; /* dark brown */
    background-color: #CCCCCC; /* camel */
    color: #CC0000; /* dark brown */
    padding: 3px;
    margin-bottom: 15px;
    cursor: move;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

.modalPopupCommands {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.modalPopupResult {
    border: 1px solid #CC0000;
    background-color: #CCCCCC;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
}
