.dhtmlwindow{
	position: absolute;
	border: 1px solid #000000;
	background-color:#FFF;
	visibility: hidden;
	margin:0px;
	padding:0px;
}
.drag-handle{ /*CSS for Drag Handle*/
	padding: 2px;
	text-indent: 3px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	background-color:#465B6C;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: default;
}

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


.drag-contentarea{ /*CSS for Content Display Area div*/
	padding: 0px;
	margin:0px;
	border:0px;
	overflow: auto;
	background-color:#FFF;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 13px; /*height of resize image*/
	border:0px;
	margin:0px;
	padding:0px;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
