#popupMask {
	display: none;
	z-index: 300;
	filter: alpha(opacity=70);
	left: 0px;
	width: 99%;
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: #000000;
	opacity: .7;
	moz-opacity: 0.7;
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
#popupContainer {
	display: none;
	z-index: 301;
	POSITION: absolute;
	padding: 0px;
	visibility: visible;
	border: 1px dotted #9F853A;
	height: 450px;
	width: 350px;
	margin-left: -170px;
}
#popupInner {
	margin: 0px;
	padding: 0px;
}
#popupFrame {
	z-index: 304;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#popupTitleBar {
	font-weight: normal;
	z-index: 303;
	color: #990000;
	text-align: center;
	height: auto;
	font-size: 9pt;
	background-color: #efefef;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 11pt;
	margin: 0px;
	width: auto;
}

#popupTitleBar a {
	color: #333333;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

#popupTitleBar a:hover {
	color: #990000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}


#popupTitle {
	float: left;
	padding: 0px;
}
