.dhtmlwindow{
position: absolute;
border:1px solid #46A7E9;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 0px;
font: bold 14px Arial;
background-color: #46A7E9;
color: #fff;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height: 30px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
#chatpopuptopbar {
background-color:#ECECEC;
border-bottom:1px solid #CECECE;
float:left;
height:20px;
margin-top:2px;
width: 100%;
}
* 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*/
background-color: white;
color: black;
height: 150px;
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-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;
}
.ft21 {
color:#0A61C5;
font-family:Arial;
font-size:11px;
font-weight:bold;
padding:3px;
text-align:left;
}

#top {
float:left;
margin:0;
width:100%;
}
#chatbtm {float:left; position: relative; width:230px; margin:0; border-top:1px solid #cecece}
.chatsendtxt {float:left; }
.chatsend {float:right; width:37px; height:30px;margin-top:7px; }
.textarea { background:#f4f3f3; border:1px solid #ffffff; height:25px;}
.txt {float:left; width:144px; margin:3px;}
.chat_txt {float:left; width:200px; margin:3px;}
 