#poscreditBackground {
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000000;
	background: rgba(0, 0, 0, 0.795);
	position: fixed;
	display: none;
	z-index: 10001;
}
#poscreditWindow {
	position: absolute;
	z-index: 10002;
}
#poscreditWindowLoad {
	margin-bottom: 50px;
	width: 200px;
	height: 200px;
	display: none;
}
#poscreditWindowLoad img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
}
#poscreditWindowFrame {
	margin-top: 50px;
	margin-bottom: 50px;
	display: none;
}
#poscreditWindowFrame iframe {
	border: none;
	background-color: transparent;
}
@media (max-width: 805px) {
	#poscreditWindow {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}