.dhtmlwindow{
position: absolute;
border-bottom:2px solid #5F6877;
border-left:2px solid #5F6877;
border-right:2px solid #5F6877;
border-top:1px solid #5F6877;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-left:2px;
font: bold 12px Arial;
background: #7C8AAD url('images/chat_top_bg.gif') repeat;
color: #FFFFFF;
cursor: move;
overflow: hidden;
width: 100%;
}

.drag-handle_new_message{ /*CSS for Drag Handle*/
padding-left:2px;
font: bold 12px Arial;
background: #7C8AAD url('images/chat_top_bg_new.gif') repeat;
color: #FFFFFF;
cursor: move;
overflow: hidden;
width: 100%;
}


.drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
background: #7C8AAD url('images/chat_top_bg.gif') repeat;
margin:0px;
padding:0px;
border:0px;
overflow: hidden;
cursor:pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background: #E0E5F5 url('images/chat_bg.gif') repeat-x;
background-position:bottom center;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}

.drag-statusarea_2{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px dashed #0188D2;
background-color: #FFFFFF;
height: 20px; /*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;
}
