#popupMask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9200;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
#popupContainer {
	position: absolute;
	z-index: 9201;
	top: 0px;
	left: 0px;
	display: none;
	padding: 0px;
}
#popupInner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9202;
}
#popupTitleBar {
	background-color: #FFD900;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	position: relative;
	z-index: 9203;
}
#popupTitle {
	float: left;
	font-size: 1.1em;
	padding: 1px;
}
#popupTitleRight {
	float: right;
	padding: 0px;
}
#popupControls {
	display: block;
	height: 14px;
	width: 15px;
	cursor: pointer;
	background: url('close.gif') no-repeat;
}
#popupControls a {
	text-decoration: none;
}
#popupControls a span {
	text-indent: -9000px;
	height: 2em;
}
