.dhtml_popupcontainer {
}
.dhtml_popupbackground {
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.dhtml_popup {
	width: 670px;
	height: 350px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}
#dhtml_popupcontent {
	display: none;
}