.black_overlay{
	display: none;
	position: absolute;
	top: 250px;
	left: 250px;
	width: 100%;
	height: 1000%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
		}
.white_content {
	display: none;
	position: absolute;
	top: 35%;
	left: 515px;
	width: 300px;
	height: auto;
	padding: 16px;
	border: 12px solid #696969;
	background-color: white;
	z-index:1002;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
		}
