.dhtmlwindow{
position: absolute;
/*border: 1px solid black;*/
visibility: hidden;
/*background-color: black;*/
}

.drag-handle{ /*CSS for Drag Handle*/
/*padding: 1px;*/
/*text-indent: 45px;*/

text-align:center;
padding-top:5px;
/*font: bold 14px Arial;
/*background-color: #CA0000;*/
 font-size: 12px;
/* font-family:'Arial', Gadget, sans-serif;
 font:Arial bold;*/
 font-family:Arial Black;
 color: #000000;
 background-color: #FFFFFF;
/* text-align: justify;*/
 line-height: 1.3em;
 /*font: 19px "Arial";*/
cursor: move;
overflow: hidden;
width: auto;
height:18px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background:url(../new_img/baslik.gif) no-repeat;
}

#baslik{
font: bold 12px "Comic Sans MS";
color: red;
}

#icerik{
font: 11px "Arial";
color: black;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 10px;
top: 2px;
cursor: hand;
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*/
/*border-top: 1px solid brown;*/
background-color: white;
background:url(../PAGE4.jpg);
/*background-attachment: fixed;*/
/*background-repeat: no-repeat;*/
color: black;
height: 150px;
/*padding: 1px;*/
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;
}