.dhtmlwindow{
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 373px;
}
.drag-handle{ /*CSS for Drag Handle*/
	cursor: move;
	overflow: hidden;





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	position: fixed;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
	float: none;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
	padding-right: 15px;
	overflow: hidden;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 373px;
	overflow: hidden;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	overflow: hidden;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 10px; /*height of resize image*/
	overflow: hidden;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 10px; /*width of resize image*/
	height: 10px; /*height of resize image*/
	cursor: nw-resize;
	overflow: hidden;
}
