/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    width:350px;
    overflow:auto;
    vertical-align:middle;
    background-color: White;
    z-index: 3;
}

.modalPopupWide {
    width:500px;
    overflow:auto;
    vertical-align:middle;
    background-color: White !important;
    z-index: 3;
}
