.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);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 350px;
	border: 0px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align: center;
	overflow: hidden;
}
.white_content p {
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white_content a img {
	border: none;
}
.white_content a {
	color: #333;
	text-decoration: none;
}
.white_content a:hover {
	color: #c00;
	border-bottom: 1px solid #666;
}
.white_content a.none:hover {
	border-bottom: none;
}
