
a#show-popup {
	margin:20px 0 0 20px;
	float:left;
	text-decoration:none;
}
div#popup-bg {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 90000;
	background:#000;
	display:none;
}
div#popup {
	border:solid 4px #000000;
	z-index: 100000;
	display:none;
	background:#FFF;
}
div#popup-header {
	position:relative;
	float:left;
	line-height:30px;
	font-size:20px;
	background:#000;
	color:#FF0;
	cursor:move;
}
span#popup-close {
	cursor:pointer;
	color:#FFF;
	font-size:12px;
	position:absolute;
	top:-2px;
	right:10px;
	z-index:9999;
	margin-top:-15px;
	margin-right: -27px;
}
div#popup-content {

}