#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border:3px solid #000;
	background-color: #FFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	color: #000;
	font-weight: bold;
	height:30px;
	position: relative;
	z-index: 203;
    background-color:#000;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
    border-top:10px solid #000;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 28px;
	width: 77px;
	text-indent: -9000px;
	background: url(close.png) no-repeat;
}

