body { overflow-x:hidden; }
#popupMask {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;	
	background-image:none;
	display:none;	
}
#popupContainer {
	position: absolute;
	z-index: 101;
	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: 102;
}
#popupTitleBar {
	background-color: #eee;
	color: #ffffff;
	font-weight: bold;
	height: 32px;
	padding: 5px;
	position: relative;
	z-index: 103;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor:hand;
	cursor:pointer;	
}