﻿#mbox{background-color:#eee;
	  padding:8px;
	  border:2px outset #666;
	 }

#mbm{font-family:sans-serif;
     font-weight:bold;
     float:right;
     padding-bottom:5px;
     }
     
#ol
{
	background-image: url(overlay.png);
}

.dialog {display:none}

* html #ol{background-image:none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
          }
                  

.popgeral{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	display: none; 
	background: #FFFFFF; 
	border: 1px solid #000;
}

.subpop
{
 text-align: center;
 font-size: small;
 font-weight: bold;
 color: #FF0000;
 position: absolute; 
 width: 450px; 
 height: 200px; 
 display: none;	
}