html, body {
	height:100%;
	margin:0;
	padding:0;
	}

#PopUp{
	position:absolute;
	z-index:1000;
	padding:0;
	width:100%;
	height:100%;
	min-height:100%;
	background-image:url(/popup/bg-popup.png);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	visibility:visible;
	display:block;
	}

#popupFrame{
	margin:0 auto;
	width:604px;
	height:495px;
	clear:left;
	background-color:#ffffff;
	text-decoration:none;
	border:solid 2px #000;
	margin-top:100px;
	}
	
#closeButton {
	padding:4px 10px 0 0;
	margin:0;
	text-align:right;
	height:26px;
	background:#000;
	}
	
#closeButton a{
	font-family:Verdana;
	font-weight:normal;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	}

