.black_overlay{
	display: none;
	position: absolute;  
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
.white_content {
	display: none;
	position: absolute;
	top: -30px;
	left: 0px;
	width: 998px;
	height: 400px; /*auto; */
	border: 2px solid #666666;
	background-color: white;
	z-index:10002;
	overflow: auto;
} 