.pepOverlay    {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
	z-index: 1000;
	background: none repeat scroll 0% 0% rgba(77,79,83,0.6);
	transition: opacity 200ms ease-in 0s;
}

.pepFloatingPoint {
	position: absolute;
	top:50%;
	left:50%;
	width:0;
	height:0;
}

.pepContainer {
	position: relative;
	width: 740px;
	margin-left:-370px;
	height: 770px;
	margin-top:-385px;
	background: #fff;
	z-index: 1100;
}

.pepIframe {
	width: 100%;
	height: 100%;
	border: 0;
}
