#popup_bg {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index:1001;
	width:100%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	background-color: #000000;
}

#popup_container {
	position: fixed;
	_position: absolute;
	border: 4px solid #525252;
	left:-325px;
	margin-left:50%;
	z-index: 2001;
	width:650px;
	height:400px;
	padding: 0px;
}

#popup_inner {
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FBFBFB;
	z-index: 2002;
}

#popup_titlebar {
	background-color: #0C0C0C;
	border:none;
	border-bottom: 3px solid #88D153;
	color: #000000;
	text-align:right;
	font-weight: bold;
	height: 32px;
	line-height:32px;
	padding: 0px 5px;
	position: relative;
	z-index: 2003;
}

#popup_titlebar a{
	color: #ffffff;
}

#popup_titel {
	float:left;
	color:#ffffff;
}
#popup_content {
	background-color: #ffffff;
	height:368px;
	overflow:auto;
}

#popup_frame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2002;
}