﻿.StatusPopup
{
    font-family:Arial;
    color:black;
    font-size:16px;
    text-align:center;
    padding:20px;
    line-height:1.3;
    background-color: white;
    border: solid 2px gray;
    z-index:100000;
}
.StatusHeader
{
    font-weight: bold;    
}
.StatusMessage
{

}
 .modalPopup
{
    background: #CCCCCC;
    filter: alpha(opacity=70); 
    opacity: .5; 
}
