﻿.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .50;
	filter: alpha(opacity=50);
	z-index: 101;}
	
.modal-window {	
	position: fixed;
	top:50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	background: #ffffff;}
	
.close-window {	position: absolute;
				width: 30px;
				height: 30px;
				right: -10px;
				top: -10px;
background:url(../images/images_template/close-button.gif) no-repeat scroll right top;
				text-indent: -99999px;
				overflow:overflow;
				cursor: pointer;}
