#popupMask {
	position: absolute;
	z-index: 3000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none; 
}
#popupContainer {
	position: absolute;
	z-index: 3001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3002;
}
#popupTitleBar {
	background: #666666;
	color: #000000;
	font-weight: bold;
	font-height: 5px;
	height: 18px;
	padding: 0px;
	border-bottom: 1px solid #000000;;
	position: relative;
	z-index: 3003;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	display: inline;
	cursor: hand;
	margin: 4px 4px;
}
