@charset "UTF-8";
/* CSS Document */

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	_width: 102%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 25000;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	_padding: -33px 44px;
	z-index: 25002;
	background: #fff;
	border: solid 8px #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.close-window {
	position: absolute;
	width: 48px;
	height: 48px;
	right: -23px;
	top: -23px;
	background: transparent url(/template_assets/images/PDclose.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}
