.popin {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1000;
}

.popin .popin-shadow {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(../images/popin-shadow.png);
	z-index: 1000;
}

.popin .popin-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1001;
}

.popin .popin-content {
	position: relative;
	z-index: 1002;
	border-radius: 10px;
	border: 2px solid #000;
	background: #fff;
	padding: 3px;
}

.popin .popin-content .closebutton {
	position: absolute;
	right: -14px;
	top: -12px;
	width: 32px;
	height: 30px;
	background: url(../images/close.png) no-repeat top left;
	overflow: hidden;
	text-indent: -100px;
}

.popin .popin-content iframe {
	width: 100%;
	height: 100%;
}