#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:12000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.transp {
	-moz-opacity: 0.4;
	opacity:.4;
	filter: alpha(opacity=40);
	background-color:#fff;
	background: none;
}

#popupContainer {
	position: absolute;
	z-index: 12001;
	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: 12002;
}
.popupTitleBar {
	background-color: #87A9DB; /*#333344;*/
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 12003;
}
#popupTitle {
	/*float:left;*/
	font-size: 1.1em;
	text-align: center;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('popwinclose.gif') no-repeat;
}

#statusMask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:12000;
	background-color:#fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	vertical-align: middle;
	text-align: center;
}

#statusContainer {
	font-weight: bold;
	padding: 24px;
	margin: 24px;
	color: #ff0000;
	text-align: center;
	background-color: #EFEFEF;
	width: auto;
	font-size: 18px;
}
