DIV#popon
{
	background: #FEF8ED;
	display: none;
	left: 0px;
	margin: 0px auto;
	padding: 10px;
	position: absolute;
	top: 30px;
	width: 700px;
	z-index: 3;
}

DIV#popon-bg
{
	background: #000000;
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;

	/* These three lines are for transparency in all browsers. */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}