.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	cursor:hand;
}
 
.white_content {
	display: none;
	position: fixed;
	top: 200px;
	left:25%;
	width: 50%;
	height: 450px;
	margin-left:auto;
	margin-right:auto;
	z-index:1002;
	overflow: hidden;
	background-color:White;
}

.white_content .heading
{
	border-bottom:3px solid #fff;
	padding:0 0 0 7px;
	}
.white_content .holder{
	float:left;
	width:100%;
	padding:11px 0 0 7px;
}
.white_content img{
	float:right;
	margin:0 0 0 10px;
}
.white_content .title{margin:8px 0 0;}
.white_content p{margin:12px 0 0;}
.white_content .alt{float:right;}
.white_content .alt .text-p{margin:1px 0 0;}