﻿/*ModalPopup */
  
th
{
    text-align:right;
}         

h4
{
   text-align:center;
}

.modalpopupbody
{       
    border: solid 10px #0192BF;
    background-color:White;        
    z-index:999;

} 

.modalpopupmodalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.6;
    z-index:998;
}