	
#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#overlayTest {
	background-color: #DDD;
	font-size: 14px;
	color: #666;
	display: none;
	border: 10px solid #FFF;
	z-index: 100;
	width: 94%;
	height: 270px;
	position:absolute;
	padding: 10px;
	top:105px;
}
