body{
  border: 0;
  margin: 0;
  background-color: inherit;
}
iframe {
 background-color: inherit;
  border: 0;
  margin: 0;
}
.dhtmlwindow{
position: absolute;
visibility: hidden;
background-color: inherit;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent:0px;
background-color: inherit;
color: white;
cursor: move;
overflow: hidden;
width: auto;
height: 8px;
padding-top:0px;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 5px;
top: -4px;
cursor: hand;
cursor: pointer;
background-color: inherit;
}


.drag-contentarea{ /*CSS for Content Display Area div*/

height: 150px;
padding: 2px;
overflow: auto;
background-color: inherit;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: inherit;
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;
background-color: inherit;
}