.dhtmlwindow{
	position: absolute;
	
	visibility: hidden;
	
}

.drag-handle{ /*CSS for Drag Handle*/
	width:647px;
	text-indent: 3px;
	font: bold 14px Arial;
	color: #000000;
	cursor: move;
	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*/
margin-top:5px;
margin-right:5px;
text-align:right;
cursor: hand;
cursor: pointer;
float:right;
font-size:24px;
font-weight:bold;

width:28px;
height:28px;
}

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


.drag-contentarea{ /*CSS for Content Display Area div*/
	width:640px;
	padding: 2px;
	overflow: auto;
	background-image: url(../images/wbottom.gif);
	background-position: left bottom;
	background-repeat:no-repeat;	
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	
	height: 13px;
}


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