#popupMask {
	position: absolute;
	z-index: 9200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	background-image/**/: url("/Images/SubModal/maskBG.png") !important; /* For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 9201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9202;
}
#popupTitleBar {
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	position: relative;
	z-index: 9203;
}
#popupFooterBar {
	position: relative;
	z-index: 9204;

}
#popupTitle 
{
	padding-top:5px;
	padding-left:20px;
	float:left;
	font-size: 1.1em;
	font-weight:bold;
	color:Black;
}
#popupControls 
{
	padding-top:5px;
	padding-right:20px;
	float: right;
	cursor: pointer;
}
