#showbox_overlay {
	/*background-image: url(../images/overlay.png);*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 92;
	height:100%;
	width:100%;
	background-color:#F0F0F0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/** html #showbox_overlay {
	position:absolute;
	 background:none;
 	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod='scale');
}*/

#box {
	position: absolute; 
	z-index: 91; 
	width:450px;
	height:auto;
	text-align: left;
	/*background:white url(../images/popup_back.jpg) right repeat-y;*/
	background: #e8ecef; 
	border:20px solid #c0c0c0; 
	
	color:black;

	}
	
#close {
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	border:0;
	text-decoration:underline;
	color:#394b61;
	font-size:11px;
}