#popuppr {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index:9999999999;
}

#popuppr-inner {
	position: absolute;
	top: 80px;
	left: 80px;
	right: 80px;
	bottom: 80px;
	max-width: 960px;
	margin: 0 auto;
	background-color: #566a97;
	
}

#popuppr-loading {
	position: absolute;
	display:none;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	background-image: url(loader.gif);
	background-repeat:no-repeat;
}

#popuppr-iframeWrapper {
	position: absolute; 
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	width:100%;
	height:1px;
	min-height:100%;
	top: 0;
	left: 0;
	border: none;
	overflow: -moz-scrollbars-none;
}
#popuppr-iframe {
	height: 100%;
  	width: 100%;
	border:none;
	overflow: -moz-scrollbars-none;
	background-color:#566a97;
}

#popuppr-close {
	display: block;
	position: absolute;
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	z-index: 9999;
	color: #000;
	border-radius: 16px;
	border: none;
	background: none;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
}
::-webkit-scrollbar  {
	display:none;
}
