div.popup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:560px;
	z-index: 999999;
	padding:12px;
	font-size:13px;
	
	background:rgba(82, 82, 82, 0.7) none repeat scroll 0 0;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.popup_content{
	background: #ffffff;
	width: 100%;
	height: 100%;
}

div.popup_content .popup_close{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 17px;
	right: 20px;
	
	/* internet explorer 6*/
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ui/icons/close.png");
}

div.popup_content .popup_titlebar{
	background-color: orange;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}

div.popup_content .popup_body{
	padding: 20px;
}

div.popup_content .popup_body h1{
	display: none;
}