/*** Popup Banner ***/
#pfPopup {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent;
	z-index: 200; /*200*/
	top: 0;
	left: 0;
}
.pfPopupBanner {
	position: absolute;
	overflow: hidden;
	background: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 1px solid #CCC;
	border-radius: 8px;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.35), 0 8px 20px 0 rgba(0, 0, 0, 0.35);
}
.pfPopupClose {
	position: absolute;
	width: 32px;
	height: 32px;
	background: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 10px 10px auto auto;
	cursor: pointer;
}
/**/