.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000 url(../img/loading.gif) no-repeat center;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
}
.modal-window
{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
.close-window
{
	position:absolute;
	width:34px;
	height:34px;
	right:13px;
	top:15px;
	background:transparent url(../img/close1.png) no-repeat scroll right top;
	*background:transparent url(../img/close1.gif) no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:hand;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
* html .modal-window
{
	position:absolute;
}
* html .modal-overlay
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
input {
	background: #ffffff;
	border: none;
	font-size: 11px;
}