.black_overlay{
	display: none;
	position: absolute;
	top: 18%;
	left: 0%;
	width: 100%;
	height: 65%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content { display: none; width: 30%; height: 40%; padding: 16px; background-color: white; position: absolute; top: 25%; left: 25%; z-index:1002; overflow: auto; border-color: #008ed0; border-style: solid; border-width: 10px 7px; }
