#cboxOverlay{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}


.popupbox{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 10000;
	border: 2px solid #598628;
	color: #fff;
}


.popup-main{
	position: relative;
	border: 1px solid #598628;
	padding: 20px 20px 45px 20px;
	background: #115925 url(/img/bg_footer.gif) left bottom repeat-x;
}

h1.pp{
	margin: 0 0 7px 0 !important;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	min-height: 40px;
}

.popup-close{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(/img/close.gif) no-repeat;
}


