﻿.overlayer {
}


.window {
	padding:0px;
	border:1px none #75A0CA;
	position:absolute;
	z-index:20;
	width: 888px;
	top:50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display:none;
}

* html .window {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.window .title {
	padding:5px;
}
.window .title .buttons { float:right;margin-top:0px; _margin-top:0px; _margin-right:3px; }
* + html .window .title .buttons {margin-top:0px; margin-right:0px;}

.window .title .buttons .close {
	cursor:pointer;
	display:block;
	float:left;
	border:1px none #A7190F;
	height:20px;
	width:50px;
	padding:1px;
	_padding-bottom:0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.window .title .buttons .hover {
	background-color:#666666;
	color: #FFFFFF;
}
.window .title .status .resize { color: }
.window .content { padding:10px;overflow:hidden;}

.transferer
{
	border: 1px solid #EEE;
	opacity:0.7;
	filter:alpha(opacity=0);
	z-index:99999;
}
