.dhtmlwindow{
	position: absolute;
	background: #ffffff;
	border: 2px solid #cbcbcb;
	z-index: 950;
	border: 10px solid #EAEBD7;
}
.drag-handle{ /*CSS for Drag Handle*/
	text-indent: 3px;
	font: bold 14px Arial;
	color: #000000;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 25px;
	position: relative;
	z-index: 3000;
	text-align:left; 
	padding-top:5px; 
	xbackground-color: #DEE6EF; 
	background-color: #F9FAE7;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	background-color: #F9FAE7; 
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	z-index: 3000;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: white;
	color: black;
	overflow: auto;
	xmargin-left: 5px;
	xmargin-right: 5px;
	xmargin-bottom: 15px;
	xmargin-top: 10px;
	position: relative;
	z-index: 3000;
}

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


.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;
	position: relative;
	z-index: 3;
}

.contentl_opacity{background:#000000;filter:alpha(opacity=0);-moz-opacity:.100;opacity:.1;z-index:999;}
* html .contentl_opacity { 
	/*\*/
	position: absolute; 
	top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
	/**/ 
}
.contentl_opacity_cont > .contentl_opacity {position: fixed;top:0px; right: 0px;background:#000000;filter:alpha(opacity=0);-moz-opacity:.100;opacity:.1;z-index:999;}



