﻿body
{
	height: 100%;
}

#window
{
	position: absolute;
	left: 280px;
	top: 80px;
	width: 250px;
	height: 150px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 25px;
	overflow: 25px;
	background-image: url(/images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(/images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	font-family:Tahoma;
	font-size: 13px;
	color: #fff;
}
#windowTopContent div { padding:15px; }

#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 120px;
	background-image: url(/images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 120px;
	background-image: url(/images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 26px;
	left: 3px;
	width: auto;
	height: auto;
	overflow: auto;
	width:240px;
	height:115px;
	margin-right: 10px;
	background:url(/images/bgwc.png) no-repeat;
	font-family:Tahoma;
	font-size: 12px;
	color:#414141;
}

#windowContent div { 
	margin: 10px;
	margin-top:13px;
	margin-left:11px;
	margin-right:7px;
}

#windowContent img {
margin:0;
padding:0;
padding-left:5px;
float:right;
margin-top:11px;
cursor:pointer;
 }

#windowContent input {
border:1px solid #99c5f2;
background:#f6fafd;
margin:0;
padding:0;
width:145px;
color:#666;
font-size:12px;
font-family:Tahoma;
height:15px;
 }

.transferer2
{
	border: 1px solid #2663c8;
	background-color: #98c5f2;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}