#popbox_overlay {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	position: absolute;
	z-index: 99998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	opacity: 0.60;
	display:none;
}
#popbox_container {
	font-family: Segoe UI, Tahoma, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: solid 2px #333;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 99999;
	display:none;
	width:400px;
	overflow:hidden;
}
#popbox_container .closebox {
	float:right;
	font-size:8pt;
	font-weight:bold;
	margin:1px 0 0 370px;
	display:inline;
	position:absolute;
	width:27px;
	line-height:16px;	
}
#popbox_title {
	width:400px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #336699 url(images/title.gif) top repeat-x;
	cursor: move;
	padding: 0;
	margin: 0;
}