#popupMask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
/*	background-color: #999;
	-moz-opacity: 0.2;
	opacity: .20;
	filter: alpha(opacity=20);*/
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupInner {
	border: 2px solid #FF6600;
	background-color: #FFFFFF;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar {
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	height: 16px;
	padding: 5px;
	border-bottom: 2px solid #CCC;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: relative;
	z-index: 203;
}

#popupTitle {
	float:left;
	font-size: 1.1em;
  height: 16px;
  overflow: hidden;
}

#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url(http://www.sharperbrand.com/scripts/subModal/close.gif) no-repeat;
}
