#overlay {
	background-image: url(../images/overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 3000px;
}

* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		        src="../images/overlay.png", sizingMethod="scale");
}

#nanoRadio {
	color: #000;
	width: 800px;
	background: #ffffff;
	padding: 10px;
	border: 2px solid #eee;
	text-align:left;
}

#panelist {
	color: #000;
	width: 800px;
	background: #ffffff;
	padding: 10px;
	border: 2px solid #eee;
	text-align:left;
}

#moderator {
	color: #000;
	width: 800px;
	background: #ffffff;
	padding: 10px;
	border: 2px solid #eee;
	text-align:left;
}

#moreInfo {
	color: #000;
	width: 800px;
	background: #ffffff;
	padding: 10px;
	border: 2px solid #eee;
	text-align:left;
}

#close {
	position: absolute; 
	z-index: 91;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
