.dhtmlwindow{
	padding:5px;
	position:absolute;
	border:2px solid #209949;
	visibility:hidden;
	background-color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;border-radius:5px;
	-moz-box-shadow:10px 10px 10px #C7DECA;
	-webkit-box-shadow:10px 10px 10px #C7DECA;
	box-shadow:10px 10px 10px #C7DECA;
	}
	
	
.drag-handle{
	padding:0px;
	text-indent:3px;
	color:#000;
	font:bold 14px Arial;
	background-color:#209949;
	cursor:move;
	overflow:hidden;
	width:auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;opacity:1;
	}
	
.drag-handle .drag-controls{
	position:absolute;
	right:1px;top:2px;
	cursor:hand;
	cursor:pointer;background-color:#FFF;
	}
	
* html .drag-handle{
	width:100%;
	}
	
.drag-contentarea{
	border-top:
	2px solid #209949;
	background-color:#FFF;
	border:2px solid #209949;
	color:#209949;
	height:150px;
	padding:0px;
	overflow:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:50px;
	border-radius:5px;
	}
	
.drag-statusarea{
	border:2px solid #209949;
	background-color:#C7DECA;
	height:13px;
	}
	
.drag-resizearea{
	float:right;
	border:2px solid #C7DECA;
	width:13px;
	height:13px;
	cursor:nw-resize;
	font-size:0;
	}