.dhtmlwindow{
position: absolute;
border: 1px solid  #370508;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-top:4px;
text-indent: 15px;
font: bold 11px Verdana;
background-color: #611117;
height: 20px;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 2px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #611117;
background-color: white;
color: black;
height:100px;
width: 100%;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #370508;
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;
}

#divbox p{
padding-left:15px;
padding-top:5px;
padding-right:15px;
font-family: Verdana;
letter-spacing: -1pt;
font-size: 8pt;
color:black;
margin: 0 0 0 0;
}

#divbox h4{
padding-left:15px;
padding-top:15px;
padding-right:15px;
font-family: Verdana;
letter-spacing: -1pt;
font-size: 11pt;
Font_weight:bold;
color:#611117;
margin: 0 0 0 0;
}

#divbox h3{
padding-left:15px;
padding-top:5px;
padding-right:15px;
font-family: Verdana;
letter-spacing: -1pt;
font-size: 8pt;
Font_weight:bold;
color:white;
margin: 0 0 0 0;
}

h2#build {
font-size: 20pt;
}
