﻿    .PopupDialog 
    {
    	 background: #fff;
	    font-size: small;
	    color: #000;
       padding:1em 6px;
       font-family: inherit;
    }
 .PopupTitle
{
	margin-top: -5px;
	font-size: 12pt;
	font-weight:bold;
	text-align: center;
}
    .innerPopup
    {
       background-color:#fff;
    }

    .PopupBackground 
    {
         background-color:#000;
         filter:alpha(opacity=60);
         opacity:0.6;
        
    }