.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: black;
background-position:top;
background-repeat:repeat-x
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 1px;
font: 11px Arial;
background-color: #00000;
color: #000000;
cursor: move;
overflow: hidden;
width: auto;
line-height:1px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
width:20px;
height:1px;
float:right;
right: 3px;
top: 0px;
cursor: hand;
cursor: pointer;
padding-top:8px;
}
#title_{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:#000000;font-weight:bold}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid black;
background-color: black;
color: black;
height: 0px;
padding: 0px;
padding-left:0px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid black;
background-color: #000000;
height: 0px; /*height of resize image*/
}


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

.drag-handle{ /*Overwrite default drag handle bar background color with below*/

}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: #555555;
width: 10px;
left: 0;
top: 0;
z-index: 0;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.5;
}

#curv1{background-image:url('curve100.gif');background-position-y:50%}
#curv_bl{line-height:0px;height:5px}