.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: #808080;
    border-width: 3px;
    border-style: solid;
    border-color: Olive;
    width: 250px;
    height: 250px;
}

.pnlLoginFailedPopup {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height: auto;
    width: 300px;
    font-size: 12px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.headPopupGrayStandard {
    background-color: lightgray;
    color: #005B5B;
    font-size: large;
    cursor: move;
    text-align: center;
    line-height: 50px;
    border-bottom-style: groove;
    border-bottom-width: medium;
    border-bottom-color: lightgray;
}

.pnlPopup_GR {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height: auto;
    width: 400px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    position: fixed;
    top: 30%;
    left: 40%;
    padding: 10px;
    width: 25%;
    z-index: 1001;
    background-color: #fff;
    text-align: center
}