#window
{
	position: absolute;
	left: 100px;
	top: 100px;
	/*width: 330px;*/
	width: 430px;
	height: 345px;
	overflow: hidden;
	display: block;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(window/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(window/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#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: 310px;
	background-image: url(window/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 310px;
	background-image: url(window/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: 30px;
	left: 9px;
	overflow-y:auto;
	overflow-x:hidden;	
	margin-right: 3px;
	border: 1px solid #6caf00;
	height: 280px;
	width: 406px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 3px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #00CCFF;
	filter:alpha(opacity=10); 
	-moz-opacity: 0.1; 
	opacity: 0.1;
}
