<STYLE TYPE="text/css">

#container { 
	position: absolute; 
	float: left; 
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.black_overlay {
/*	display: none; */
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 140%;/*  710px;  */
	background-color: #000000;
	z-index: 100;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.white_content {
	display: none;
	position: absolute;
	top: 18%;
	left: 20%;
	width: 630px;
	height: *350px;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	z-index:1000;
	overflow: auto;
}


</STYLE>