.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 110%;
	background-color: black;
	z-index:1501;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content
{
	display: none;
	position: absolute;
	width : auto;
	margin : 0 auto;
	text-align : center;
	z-index:1502;
	top : 5%;
	right : auto;
	left : 0;
	color : #fff;
	font-size : 1.3em;
}
.white_content a
{
	color : #fff;
	text-decoration : none;
	
}
.white_content a:link,.white_content a:visited, .white_content a:hover, .white_content a:active
{
	color : #fff;
	text-decoration : none;
	border : none;
}
.row .white_content a:hover
{
	color : #fff;
	border : none;
	text-decoration : underline;
}
.white_content h2
{
	color : #fff;
}

.white_content div div
{
	overflow: hidden;
	background-color : #666;
}

.close
{
	font-family : arial;
	font-size : 1.4em;
	color : #fff;
}
