.dhtmlwindow{
position: absolute;

border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #444444;
border-bottom: 1px solid #444444;
padding-right:0px;
visibility: hidden;
background:  url(./bg.gif) bottom;
 
}

.drag-handle{ /*CSS for Drag Handle*/
border-left:#FFE685 0px solid;
border-right:#FFE685 0px solid;
padding-left:2px;
padding-top: 5px;
padding-bottom: 7px;
padding-right: 10px;
text-indent: 5px;
font: bold 12px Tahoma;
background: #D5D8E1 url(./catbg4.gif) top;
color: #FBF5AA;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: -1px;
cursor: pointer;
}

* 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:#FBF5AA;
padding-right:2px;
line-height:12px;
color: black;
height: 150px;
padding: 5px;
overflow: auto;
}
.drag-contentarea  a{
text-decoration: none;
font-weight : bold;
color: #005DA0;
}
a.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #000000;
background-color:#ffffe0;
height: 20px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 12px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}