.black_overlay{ 
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 825px;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
cursor:pointer;
}
.white_content {
	display: none;
	position: absolute;
	top: 9%;
	/*margin-left:auto!important;
	margin-right:auto!important;	*/
	left:1%;
	right:0%;
	width: 98%;
	border: 0px none #FF0000;
	background-color: white;
	z-index:1002;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	text-decoration: none;
}
.close{
	margin-top: -20px;
	margin-right: -20px;
}

