#window {
	position: absolute;
	left: 60px;
	top: 100px;
	width: 650px;
	height: 300px;
	overflow: hidden;
	display: none;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
}
#window #windowTop {
	height: 30px;
	overflow: 30px;
/*	background-image: url(images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;*/
	background-image: url(/images/coinBlanc.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #88C110;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#window #windowTopContent {
	margin-right: 13px;
/*	background-image:url(images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;*/
	background-color: #88C110;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
#window #windowMin {
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#window #windowMax {
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#window #windowClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#window #windowBottom {
	position: relative;
	height: 270px;
/*	background-image: url(images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;*/
	background-color: #88C110;
}
#window #windowBottomContent {
	position: relative;
	height: 270px;
/*	background-image: url(images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;*/
	background-color: #88C110;
	margin-right: 13px;
}
#window #windowResize {
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: se-resize;
}
#window #windowContent {
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #C3EA80;
	height: 255px;
	width: 625px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#window #windowContent * {
	margin: 0px;
	padding: 0px;
}
.transferer2 {
	border: 1px solid #C3EA80;
	background-color: #88C110;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

