.dhtmlwindow {
	background-color: white;
	border: 1px solid black;
	position: absolute;
	visibility: hidden;
	z-index: 107 !important;
}

.drag-handle {
	-moz-opacity: 1;
	background-color: #113f71;
	color: white;
	cursor: move;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	font: bold 15px Arial;
	opacity: 1;
	overflow: hidden;
	/*CSS for Drag Handle*/
	padding: 5px 5px 3px 5px;
	text-indent: 3px;
	width: auto;	
}

iframe {
	border: none;
	overflow-x: hidden;
	overflow-y: scroll;
} 


.drag-handle .drag-controls {
	cursor: pointer;
	/*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
}

.drag-handle .drag-controls img { padding: 0px 0px 0px 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 {
	background-color: white;
	/*CSS for Content Display Area div*/
	border-top: 1px solid brown;
	color: black;
	height: 150px;
	overflow: auto;
	padding: 2px;
}

.drag-statusarea {
	background-color: #F8F8F8;
	/*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	height: 13px; /*height of resize image*/
}


.drag-resizearea {
	cursor: nw-resize;
	/*CSS for Resize Area itself*/
	float: right;
	font-size: 0;
	height: 13px; /*height of resize image*/
	width: 13px; /*width of resize image*/
}