body {
	margin: 0;
	}
	
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:9998;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
 
.white_content {
	display: none;
	position: fixed;
/* 	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -350px;
	width: 700px;
	height: 700px; */
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: rgba(255,255,255,.9);
	z-index:9999;
	overflow: auto;
/* 	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90); */
}