iframe {
border: 0px solid #000000;
}

.dhtmlwindow{
position: absolute;
border: 0px solid #000000;  /* #434443window border color*/
visibility: hidden;
background-color: #000000;
}

.drag-handle{ /*CSS for Drag Handle*/
padding : 0; 
text-indent : 0; 
font : bold 14px Arial; 
background-color : #000000; 
color : white; 
cursor : move; 
overflow : hidden; 
width : auto; 
height : 0; 
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
           -moz-opacity: 1;
            opacity: 1;*/
}


 /*CSS for controls (min, close etc) within Drag Handle*/
.drag-handle .drag-controls { 
position : absolute; 
right : 1px; 
top : 0; 
cursor : move; 
cursor : pointer; 
} 
 .drag-handle{ /* * htmlIE6 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: 0 solid #000000;   /*color below head*/
background-color : #000000;
color : #000000;
height : 0;
padding : 0;
overflow : none;
}

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

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

.leftHead { 
height : 30px; 
background-image : url('login_01.gif'); 
} 
.centerHead { 
height : 30px; 
background-image : url('login_02.gif'); 
width : auto; 
} 
.rightHead { 
height : 30px; 
background-image : url('login_03.gif'); 
} 