#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background: #000;
filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	padding: 0px;
}
#popupInner { width:580px; height:540px;;overflow:hidden;
	border: 1px solid #000000;
	background-color: #FFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;

	position: relative;
	z-index: 202; overflow:hidden;
}
#popupTitleBar {
	background: url("/images/popupTitle06.jpg") no-repeat ;
	color: #FFFFFF;
	font-weight: bold;
	height:28px; line-height:28px;

	position: relative;
	z-index: 203;
}
#popuptitle {
	float:left;
	font-size: 1.1em; display:none;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 23px;
	width: 23px;
	text-indent: -9000px;
	background: url(../images/close.gif) no-repeat;
}
