#pagefade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

* html #pagefade {background-image: url(../images/whiteraster.gif); background-color: transparent; backgr\ound-image: none; backgr\ound-color: #ffffff;}

#pagefade a {display: block; width: 100%; height: 100%;}

#popup {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 730px; 				/* Adjust popup width here */
	height: 450px;				/* Adjust popup height here */
	padding: 31px 5px 5px 5px;
	background: #ffffff;
	margin-left:-371px; 		/*  This should be width/2 + 6 */
	z-index: 200; 
	border: 1px solid #005296;
	overflow: hidden;	
	display: none;
}

	* html #popup {
		width: 742px;			/* This should be the width given above + 12 */
		w\idth: 730px;			/* This should be the width given above */
		height: 488px;			/* This should be the height given above + 38 */
		he\ight: 450px;			/* This should be the height given above */
	}
	
#popupheader {position: absolute; left: 0px; top: 0px; height: 23px; width: 100%; text-align: left; font-size: 11px; font-weight: bold; padding: 8px 0 0 7px;}
	* html #popupheader {height: 26px; he\ight: 23px;}
	
#popup a {display: block; position: absolute; right: 5px; top: 5px; width: 25px; height: 21px; background: url(../images/btn_x.gif) no-repeat;}
#popup a:hover {background-position: 0px -26px;}

#popupframe {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
