.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2000px;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.70;
	filter: alpha(opacity=60);
}

.white_content {
	display: none;
	position:absolute;
	top: 5%;
	left: 21%;
	width: 750px;
	height:570px;
	border: 5px solid gray;

	z-index:1002;
	overflow: auto;
	background-color:#FFFFFF;
}

