.dhtmlwindow {
	background:#000000;
	border:2px solid #F60509;
	display:block;
	padding:2px;
	position:absolute;
	visibility:hidden;
	top:0;
	left:0;
}

.drag-handle { /*CSS for Drag Handle*/
	background:transparent url('../../../images/bck_aside-left-h2.gif') repeat-x;
	background-position:0 0;
	color:#ffffff;
	display:block;
	font-weight:bold;
	height:27px;
	line-height:27px;
	margin:0;
	position:relative;
	text-decoration:none;
	text-indent:15px;
	text-transform:uppercase;
}
* html .drag-handle {
	height:30px;
}

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

* 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*/
	background:#1b38b6 url('../../../images/bck_aside-left-form.gif') repeat-x;
	background-position:0 0;
	color:#000000;
	min-height:165px;
	margin:0px;
	padding:5px;
}


.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}

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