﻿.overlayer { background-color: #000; }


.window { 
	padding:0px;
	border:1px solid #FF6666;
	position:absolute;
	z-index:20;	
	width: 320px;
	top: 17%;
    left: 35%;
	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 { width:308px; height:20px; line-height:20px; border:1px solid #FAB2B1; background:#FF6666; padding:2px 5px 0px 5px; float:left}
.window .title .picture { float:left;}
.window .title .fttitle { float:left; margin-left:4px; color:#fff;}
.window .title .buttons { float:right; margin-top:2px; }
.window .title .buttons .min { cursor:pointer; display:block; float:left; background:#F5714E url("window_min.gif") top left no-repeat; border:1px solid #A7190F; height:10px; width:10px; padding:1px;margin-right:3px;_padding-bottom:0px;}
.window .title .buttons .close {cursor:pointer; display:block; background:#F5714E url("window_close.gif") top left no-repeat; border:1px solid #A7190F; height:10px; width:10px; padding:1px;_padding-bottom:0px;}
.window .title .buttons .hover { background-color:#EF947D;}
.window .title .status .resize {}
.window .content { width:290px; padding:15px;overflow:hidden; background-color:#fff; line-height:19px; float:left}
.window .content ul { margin:0px; padding:0px; list-style:none}
.window .content ul li{width:290px; margin-top:10px; float:left}


.window_button{ border-style: none;border-color: inherit;border-width: 0px;background: url("tkab_03.gif") no-repeat; width:50px;height:25px; color :#FFF; cursor:pointer; padding:0px;*padding-top:2px;   float :right  }
.window_tipicture{ border-style: none;border-color: inherit;border-width: 0px;background: url("tkab_01.gif") no-repeat; width:19px;height:17px;  float :left  }


.transferer
{
	border: 1px solid #EEE;
	background-color: #F9F9F9;
	opacity:0.7;
	filter:alpha(opacity=30);
	z-index:99999;
}
.inputs{border :1px solid #7F9DB9;padding:2px 1px; margin-top:1px; float:left}
