#pop-up
{
	width: 775px;
	height: 588px;
	position: absolute;
	border: 0px solid silver;
	z-index: 9000;
	display:none;
}
#pop-container
{
	width: 775px;
	height: 588px;
	position: relative;
}
h2#pop-title
{
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}
div#pop-header
{
	height: 55px;
	background: transparent url('../img/popup/header-bg.png') no-repeat top left;
	position: relative;
}
#pop-content
{
	padding: 16px 95px 0 95px;
	height: 523px;
	background: transparent url('../img/popup/content-bg-repeat-y.png') repeat-y top left;
}
#pop-content ul
{
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}
#pop-content li
{
	display:inline;
	margin: 0 0 0 0px;
	padding; 0;
	text-align: left;
}
a#close-pop-up
{
	display: block;
	position: absolute;
	right: 20px;
	top: 30px;
}
div#pop-footer
{
	background: transparent url('../img/popup/footer-bg.png') no-repeat top left;
	height: 10px;
	width: 775px;
	position: absolute;
	bottom: 0px;
	border: 0px solid red;
}