.main {
width: 555px;


}
.submain {
width:555px;
}
.submain1 {
width:179px;
}
.submain2 {

border:1px solid #B7C5DB;
font-size: 12px;
padding: 6px;
}
.submain3 {
font-size: 12px;
padding: 6px;
}
.style1 {font-size: 12px}


.dhtmlwindow{
position: absolute;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: normal 13px Arial;
background-color: white;
color: white;
cursor: move;
overflow: hidden;
width: 0px;
height:0px;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
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: 0px;
height:0px;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: white;
color: black;
height: 0px;
padding: 0px;
/*overflow: auto;*/
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid gray;
/*background-color: #F8F8F8;*/
height: 0px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 0px; /*width of resize image*/
height: 0px; /*height of resize image*/
font-size: 0;
}