.dhtmlwindow{
position: absolute;
border:none;
visibility: hidden;
border:none;
background-color:#4BA829;
margin:0;
padding:0;
}


.drag-handle{ /*CSS for Drag Handle*/
border:none;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal !important;
background-color:#504236;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color:white;
padding:5px 0px;
padding-left:5px;
}
.drag-handle p {
font-style:normal !important;
margin:0;
padding:0;
color:white;

}

.drag-handle .drag-controls { /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
margin:5px;
padding:0;
cursor: pointer;
}
.drag-handle .drag-controls img{ /*CSS for controls (min, close etc) within Drag Handle*/
vertical-align:middle;
}
.drag-handle .drag-controls p{ /*CSS for controls (min, close etc) within Drag Handle*/
display:inline !important;
margin-right:5px;
line-height:20px;
font-size:10px;
}
* 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{ /*CSS for Content Display Area div*/
border:none;
height: 150px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border:none;
height: 13px; /*height of resize image*/
}


.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;
}
