	.window
	{
		position: absolute;
		left: -1000px;
		top: -1000px;
		width: 900px;
		height: 600px;
		overflow: hidden;
		visibility: hidden;
	}
	.windowTop
	{
		height: 30px;
		overflow: auto;
		/*background-image: url(../img/window_top_end.png);
		background-position: right top;
		background-repeat: no-repeat;*/
		background-color:#EEEEEE;
		position: relative;
		overflow: hidden;
		cursor: move;
	}
	.windowTopContent
	{
		margin-right: 13px;
		/*background-image:url(../img/window_top_start.png);
		background-position:left top;
		background-repeat: no-repeat;*/
		overflow: hidden;
		height: 20px;
		line-height: 30px;
		text-indent: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		background-color:#EEEEEE;
	}
	.windowMin
	{
		position: absolute;
		right: 25px;
		top: 10px;
		cursor: pointer;
	}
	.windowMax
	{
		position: absolute;
		right: 25px;
		top: 10px;
		cursor: pointer;
		visibility: hidden;
	}
	.windowClose
	{
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
	}
	.windowBottom
	{
		position: relative;
		height: 567px;
		/*background-image: url(../img/window_bottom_end.png);
		background-position: right bottom;
		background-repeat: no-repeat;*/
		background-color:#EEEEEE;
	}
	.windowBottomContent
	{
		position: relative;
		height: 567px;
		/*background-image: url(../img/window_bottom_start.png);
		background-position: left bottom;
		background-repeat: no-repeat;*/
		background-color:#EEEEEE;
		margin-right: 13px;
	}
	.windowResize
	{
		position: absolute;
		right: 3px;
		bottom: 5px;
		cursor: se-resize;
	}
	.windowContent
	{
		position:absolute;
		top: 30px;
		left: 10px;
		width: auto;
		height: auto;
		overflow: auto;
		margin-right: 10px;
		border: 1px solid #000000;
		height: 552px;
		width: 875px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #FFFFFF;
	}
	.windowContent *
	{
		margin: 10px;
	}
	.transferer2
	{
		border: 1px solid #FFFFFF;
		background-color: #DDDDDD;
		filter:alpha(opacity=30); 
		-moz-opacity: 0.3; 
		opacity: 70.3;
	}

