.dhtmlwindow{
	position: absolute;
	border: 1px solid #6699CC;
	visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
	cursor: move;
	overflow: hidden;
	width: 908px;
	height:30px;
	z-index:10;
	display:none;
}

.drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	cursor: hand;
	cursor: pointer;
	z-index:1000;
	margin-top:15px;
	margin-right:10px;
}

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


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

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
}


.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;
}

