﻿.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 101;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	
	border: 4px solid #525252;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image:url(../images/loadingBar.gif);
	background-repeat:no-repeat; width:100px; height:83px;
	background-position:center;
	background-color:#fff;
}
.close-window {
	   background: url("../images/close-button.png") no-repeat scroll right top transparent;
    cursor: pointer;
    height: 47px;
    overflow: hidden;
    position: absolute;
    right: -23px;
    text-indent: -99999px;
    top: -23px;
    width: 47px;
}

#modal{ position:fixed;}