﻿/* Modal Popup  */
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    /*background-color: #f5f5f5;*/
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    padding-top: 0px;
    padding-left: 0px;
    min-width: 550px;
    min-height: 150px;
    background-color: #ffffff;
}
/* Modal Popup  */
