﻿.modalPopupHeader {
 
    text-align: center;
    font-family: Calibri;
    font-size: x-large;
    color: White;
    width: 100%;
}

  .modalPopupBody
  {
    display: block;
    position: absolute;
    border: 2px none;
    background-color:white;
    overflow: auto;        
    margin:0;
    padding:0;  
    z-index: 1 !important;
  }


.modalPopupBodyMoreImportant {
    display: block;
    position: absolute;
    border: 10px solid black;
    border-style: inset;
    background-color: white;
    margin: 0;
    padding: 0;
    z-index: 99999999999999 !important;
}

.ModalPopupBG {
    background-color :slategray;
    filter: alpha(opacity=2);
    opacity: 0.9;
    border: 10px solid white;
    border-style:ridge;
}

