div#popon
{
	background: #FEF8ED;
	display: none;
	position: absolute;
    margin: auto;
    /*min-height: 300px;*/
    min-width: 700px;
	padding: 10px;
	z-index: 3;
    text-align: center;
    overflow: auto;
}

div#popon .tbl-menu
{
    background: #dce6f0;
    border-bottom: 0px solid #bfbfbf;
    padding: 0px 5px;
    height: 40px;
    width: 100%;
}


div#popon-bg
{
	background: #000000;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
    height: 100%;
	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;
}

div#popon-img
{
	display: none;
	position: absolute;
	z-index: 4;
}