#popupMask {	display:none;	position:absolute;	top:0;	left:0;	width:100%;	height:100%;	z-index:200;	background-color:#36c;	-moz-opacity: 0.4;	opacity:.40;	filter: alpha(opacity=40); }
#popupContainer {	position: absolute;	z-index: 201;	top: 0px;	left: 0px;	display:none;	padding: 0px; }
#popupInner {	border: 2px outset #999;	background-color: #fff; }
#popupFrame {	margin: 0px;	width: 100%;	height: 100%;	position: relative;	z-index: 202; }
#popupTitleBar {	background-color: #ddd;	color: #fff;	font-weight: bold;	height: 1.3em;	padding: 5px;	border: 2px outset #999	position: relative;	z-index: 203; }
#popupTitle {	float:left;	font-size: 1.1em; }
#popupControls {	float: right;	cursor: pointer;	/*cursor: hand;*/ }
#popupControls a span {	display: block;	height: 15px;	width: 15px;	text-indent: -9000px;	background: url('close.gif') no-repeat; }
