div.debugger {
	position:absolute;
	z-index:150;
	top:25px;
	left:15px;
}
#debugWindow{
	z-index:150;
	position:absolute;
	left:35px;
	top:50px;
	width:600px;
	height:300px;
	overflow:hidden;
	display:none;
}
#debugWindowTop{
	height: 30px;
	overflow: 30px;
	background-image: url(../img/admin/interface/window_top_end.png);
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	cursor:move;
}
#debugWindowTopContent{
	margin-right:13px;
	background-image:url(../img/admin/interface/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:14px;
	color:#FFFFFF;
}
#debugWindowMin{
	position:absolute;
	right:25px;
	top:10px;
	cursor:pointer;
}
#debugWindowMax{
	position:absolute;
	right:25px;
	top:10px;
	cursor:pointer;
	display:none;
}
#debugWindowClose{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#debugWindowBottom{
	position:relative;
	height:270px;
	background-image:url(../img/admin/interface/window_bottom_end.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#debugWindowBottomContent{
	position:relative;
	height:270px;
	background-image:url(../img/admin/interface/window_bottom_start.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-right:13px;
}
#debugWindowResize{
	position:absolute;
	right:3px;
	bottom:5px;
	cursor:se-resize;
}
#debugWindowContent{
	position:absolute;
	top:30px;
	left:10px;
	width:auto;
	height:auto;
	overflow:auto;
	margin-right:10px;
	border:1px solid #000000;
	height:255px;
	width:575px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px;*/
	background-color:#FFFFFF;
}
#debugWindowContent *{
	margin:10px;
	color:#000;
}
.transferer2{
	border:1px solid #000000;
	background-color:#999999;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	opacity:0.3;
}
