div 
{
	z-index:10;
}

#overlay     
{
	background-image: url(/images/overlay.png);     
	position: absolute;  
	padding: 0px;
	margin: 0px;   
	top: 0px;     
	left: 0px;     
	z-index: 90;     
	width: 100%;     
	height: 100%; 
	display: none;
	
} 

* html #overlay     
{
	background-color: #333;     
	background-color: transparent;     
	background-image: url(/images/blank.gif);     
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale"); 
	} 

#box     
{
	width:600px;     
	background:white;     
	padding:0px;     
	border:2px solid #eee; 
	top: 10px;
	margin-top: 70px;
	position: relative;
	} 
	
#close     
{
	position:absolute;     
	top:-4px;     
	right:-4px;     
	cursor:pointer; 
	
} 

a.LightBoxClose:hover,  a.LightBoxClose:visited, a.LightBoxClose:link, a.LightBoxClose:active 
{
	color: white;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 5px;
	margin-top: 3px;
	padding-top: 0px;
}