@CHARSET "UTF-8";
.black_overlay {
	display: none;
	position: absolute;
	top:150px;
	left:300px;
	width: 600px;
	height: 500px;
	background-color: black;
	z-index: 2;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

.white_content {
	display: none;
	position: absolute;
	top:450px;
	left:350px;
	width: 500px;
	height: 500px;
	border: 2px solid lightblue;
	background-color: white;
	z-index: 2;
	overflow: auto;
	
}