.dhtmlwindow{
position: absolute;
border: 1px solid #333333;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 0px;
padding-left: 20px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align:left;
font-size: 13px;
background-image: url(/images/popupwindow/chromebar_icon_flat.png);
font-weight:700;
cursor: move;
overflow: hidden;
width: auto;
height:16px;
white-space: nowrap;
padding-right:15px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
background-image: url(/images/popupwindow/chromebar_noicon.png);
height:14px;
right: 1px;
top: 2px;
padding-left:3px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 0px solid brown;
	background-color: white;
	color: #FFFFFF;
	height: 150px;
	padding: 2px;
	overflow: auto;
	text-align: left;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-image: url(/images/popupwindow/chromebar_icon_flat.png);
border-top: 0px solid gray;
height: 13px; /*height of resize image*/
	color: #FFFFFF;
	text-align: left;

}


.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;
	color: #FFFFFF;
	text-align: left;
}