#div_overlay {	 
	top:-30px; 
	left:-30px; 
	position:absolute;
	width:150%;
	height:300%;
	display: none;
	z-index: 101;
	background-color: #3c3c3c;
	filter:alpha(opacity=90); /* Internet Explorer */
	-moz-opacity: 0.90; /* Mozilla Browser */
	opacity: 0.90; /* Opera */
}

#div_overlay_wrapper {
	display: none;
	left:50%;
	top:100px;
	position: absolute;
	margin-left: -25%;
	right: auto;
	width: 50%;
	background-color:#FFFFFF;
	z-index:110;
	border: 1px solid black;
}

#div_overlay_header {
	margin-top: 0px;
	border-bottom: 1px solid black;
	text-align: right;
	font-size: 13pt;
	z-index:111;
	background: white;
	font-weight: bold;
}

#div_overlay_content {
	margin-top: 0px;
	padding: 0px;
	background: white;
	z-index:111;
}

a.close_box, a.close_box:hover {
	font-size:15pt;
}