.dhtmlwindow{
position: absolute;
visibility: hidden;
display:inline;
}

.drag-handle{ /*CSS for Drag Handle*/

font: bold 12px tahoma;
color: black;
cursor: move;
width:310px;
height:30px;
/*border: solid 1px red;*/
top:10px;
left:-2px;
position:absolute;
z-index:1;



}

.drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
right: 0px;
top: 2px;
cursor: hand;
cursor: pointer;

}


.close-image
{
	position:relative;
	top:-16px;
	right:277px;
}




* 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*/
float:right;
width:295px;
background-image:url('d_hadith_c.gif');



}

.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;
}