.dhtmlwindow
{
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	border-right: #dadbbc 1px solid;
	border-top: #dadbbc 1px solid;
	border-left: #dadbbc 1px solid;
	border-bottom: #dadbbc 1px solid;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 4px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
overflow: hidden;
width: auto;
}

.drag-handle  .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 5px;
cursor: hand;
cursor: pointer;
padding: 4px;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: #ffffff;
color: black;
height: 150px;
padding: 0px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid gray;
background-color: #ffffff;
height: 31px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 31px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}