﻿.overlayer { background-color: #000; }


.window {
	padding:0px;
	border:1px solid #75A0CA;
	position:absolute;
	z-index:20;
	width: 400px;
	top: 17%;
	left: 30%;
	display:none;
	font-size: 12px;
	height: 400px;
	background-color: #FFFFFF;
}

* 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 {
	background:#ACC6DF;
	padding:5px;
	width: 400px;
}
.window .title .buttons { float:right;margin-top:-16px; _margin-top:-20px; _margin-right:3px;}
* + html .window .title .buttons {margin-top:-18px; margin-right:3px;}
.window .title .buttons .min {
	cursor:pointer;
	display:block;
	float:left;
	border:1px solid #A7190F;
	height:12px;
	width:12px;
	padding:1px;
	margin-right:3px;
	_padding-bottom:0px;
	background-color: #F5714E;
	background-image: url(../kctk/ciyeimages/window_min.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.window .title .buttons .close {
	cursor:pointer;
	display:block;
	float:left;
	border:1px solid #A7190F;
	height:11px;
	width:14px;
	_padding-bottom:0px;
	background-color: #F5714E;
	background-image: url(../kctk/ciyeimages/window_close.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px;
	margin-top: 3px;
}
.window .title .buttons .hover { background-color:#EF947D;}
.window .title .status .resize { color: }
.window .content { padding:8px;overflow:hidden;}

.transferer
{
	border: 1px solid #EEE;
	background-color: #F9F9F9;
	opacity:0.7;
	filter:alpha(opacity=30);
	z-index:99999;
}
