.dhtmlwindow{ position: absolute; /*border: 0px solid #CEE3F6; */ visibility: hidden; /*background-color: #CEE3F6;*/ }

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px #FFFFFF;
border-right: 0px #FFFFFF;
border-left: 0px #FFFFFF;
border-bottom: 0px #FFFFFF;
background-color: #FFFFFF;
color: #FFFFFF;
height: 150px;
padding: 0px;
position: absolute;
/*margin-left:110px;*/
margin-left:-100px !important;
width:800px; /*Addition*/
height:319px !important;/*Addition*/
} 

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid white;
background-color: #F8F8F8;
height: 0px; /*height of resize image*/
}

.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 0px; /*width of resize image*/
height: 0px; /*height of resize image*/
/*cursor: nw-resize;*/
font-size: 0;
}