.black_overlay{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 2000px;
		background-color: black;
		z-index:999;
		-moz-opacity: 0.5;
		opacity:.50;
		filter: alpha(opacity=50);
	}
.white_content {
	display: none;
	position: fixed;
	bottom: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 5px groove green;
	background-color: #E9FFF3;
	z-index:1000;
	overflow: auto;	
	line-height: 150%;
}
.white_content p{
	text-align: left;	
  font: normal 16px Georgia, "Times New Roman", Times, serif
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	padding: 3px;
	text-align: center;
	background-color: #004d00;
	text-decoration: none;
	color: #FFFFFF;
	font:bold 12px Arial;
}
		
a.close:hover {
	background-color: #BBFFBB;
	color: #00DD00;
}

#caveat{
	z-index: 100;
  position: absolute;
	top: 10px;
	right: 40px;
	display: block;
	width: 60px;
	padding: 3px;
	text-align: center;
	font: bold 10px verdana;
}