#overlay {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	z-index: 5;
	-moz-opacity:0.9;
	filter:Alpha(opacity=90);
}
#overlay .frame {
	margin: 10% 20%;
	background-color: #3B3B3B;
	-moz-border-radius: 15px;
	padding: 10px;
	padding-top: 5px;
}

#overlay .content {
	-moz-border-radius: 7px;
	background-color: #FFFFFF;
	height: 60%;
	width: 100%;
	overflow: auto;
}	

#overlay .close {
	margin-top: -5px;
	text-align:right;
	float:right;
	width:50px;
}

#overlay .boxTopic {
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	float:left;
	width: auto;
}