/* CSS Document */
body {
background-image:url(../IMG/testBG.jpg);
}
		#OverlayPopup 
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			position: absolute;
			top: 50%;
			left: 50%;
			width:605px;
			height: 305px;
			background-color:#000000;
			border: 1px solid #333333;
			z-index: 201;
			margin-left: -305px;
			margin-top: -165px;
		}
		#OverlayPopup_handle 
		{
			background-color: #333333;
			padding:2px;
			text-align:center;
			font-weight:bold;
			color: #FFFFFF;
			vertical-align:middle;
		}
		#OverlayPopup_content 
		{
			padding:2px;
		}
		
		#close
		{
			text-decoration:none;
			color:#FFFFFF;
			position:absolute;
			/*left:530px;*/
			left:435px;
			top:280px;
			font-weight:bold;
		}
		
		#darken {   
   			 position:absolute;   
    		 top:0;   
    		left:0;   
			width:100%;   
			height:100%;   
    		display:none;   
    		z-index:199;   
    		background:#000000;
			filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}   

