#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: none;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #000;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 2px;
	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: 13px;
	width: 11px;
	text-indent: -9000px;
	background: url('../images/close.gif') no-repeat;
}

.shadowtop { background: url(../images/bg_popup_top.png) repeat-x 0 0; height: 20px; overflow: hidden; white-space: nowrap}
.shadowtlc { background: url(../images/bg_popup_topleft.png) no-repeat 0 0; height: 20px; width: 20px; overflow: hidden; white-space: nowrap }
.shadowtrc { background: url(../images/bg_popup_topright.png) no-repeat 0 0; height: 20px; width: 20px; overflow: hidden; white-space: nowrap }

.shadowleft { background: url(../images/bg_popup_left.png) repeat-y 0 0; width: 20px; overflow: hidden; white-space: nowrap }
.shadowright { background: url(../images/bg_popup_right.png) repeat-y 0 0; width: 20px; overflow: hidden; white-space: nowrap }

.shadowblc { background: url(../images/bg_popup_btmleft.png) no-repeat 0 0; height: 20px; width: 20px; overflow: hidden; white-space: nowrap }
.shadowbrc { background: url(../images/bg_popup_btmright.png) no-repeat 0 0; height: 20px; width: 20px; overflow: hidden; white-space: nowrap }
.shadowbottom { background: url(../images/bg_popup_btm.png) repeat-x 0 0; height: 20px; overflow: hidden; white-space: nowrap }

* html .shadowtop { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_top.png', sizingMethod='scale', enabled=true); }
* html .shadowtlc { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_topleft.png', sizingMethod='crop', enabled=true); }
* html .shadowtrc { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_topright.png', sizingMethod='crop', enabled=true); }

* html .shadowleft { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_left.png', sizingMethod='scale', enabled=true); }
* html .shadowright { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_right.png', sizingMethod='scale', enabled=true); }

* html .shadowblc { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_btmleft.png', sizingMethod='image', enabled=true);}
* html .shadowbrc { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_btmright.png', sizingMethod='crop', enabled=true);}
* html .shadowbottom { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_popup_btm.png', sizingMethod='scale', enabled=true); }

