.dhtmlwindow{
	
	position: absolute;
	visibility: hidden;
	background-color: #2c2929;
	background:#2c2929;
	border-left: 15px #2c2929 solid;
	border-right: 15px #2c2929 solid;
	border-bottom: 15px #2c2929 solid;

}

#dhtmlwindow{
	
	position: absolute;
	visibility: hidden;
	background-color: #2c2929;
	background:#2c2929;
	border-left: 15px #2c2929 solid;
	border-right: 15px #2c2929 solid;
	border-bottom: 15px #2c2929 solid;

}

.drag-handle{ /*CSS for Drag Handle*/

	background-color: #2c2929;
	background:#2c2929;
	text-indent: 3px;
	font: bold 20px Arial;

	color: #2c2929;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #2c2929;
	background:#2c2929;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
	background:#2c2929;
}


.drag-contentarea{ /*CSS for Content Display Area div*/

	color: red;
	height: 150px;
	overflow: auto;
	background:#2c2929;
	background-color: #2c2929;

}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/

	background-color: #000000;
	height: 22px; /*height of resize image*/
	
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 22px; /*width of resize image*/
	height: 22px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
	background:#2c2929;
}