.itpdx-overlay-close {
	background: url("../images/close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -22px;
	width: 36px;
	text-indent: -9999px;
	top: -22px;
	z-index: 9999;
}
.itpdx-overlay-container {
	background: -moz-linear-gradient(top,  rgba(20,23,24,1) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,23,24,1)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(20,23,24,1) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(20,23,24,1) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(20,23,24,1) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(20,23,24,1) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	border-radius: 4px;
	box-shadow: 0px 0px 30px #000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141718', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	left: 50%;
	position: fixed;
	top: 50%;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
}
.itpdx-overlay-container iframe {
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
}
.itpdx-overlay-mask {
	background: #000;
	height: 100%;
	left: 0;
	opacity: .7;
	position: fixed;
	top: 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
}
.itpdx-overlay-wrapper {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9900;
}
.itpdx-overlay-wrapper.show {
	display: block;
}
