.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
width:400px;
}

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

.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: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
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;
}

#popup .headerpop{
border-bottom:2px solid #D4C18A;
}

#popup h2{
font:bold 19px  "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#A51F1E;
text-align:center;
padding:0px 10px;
}
#popup h3 {
font:bold 17px  "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
text-align:left;
padding:0px 10px 5px 5px;
margin-bottom:5px;
width:100%;
text-transform:uppercase;
border-bottom:2px solid #D4C18A;
}


#popup fieldset{
border:1px dashed #E6D299;
margin:10px 0px;
width:98%;
font:bold 12px Arial, Helvetica, sans-serif;
color:#000;
padding-left:10px;

}

#popup fieldset input{
border:1px solid #E5D6AC;
font:11px Verdana, Arial, Helvetica, sans-serif, Tahoma;
color:#000;
width:160px;
}


#popup fieldset select{
border:1px solid #E5D6AC;
font:11px Verdana, Arial, Helvetica, sans-serif, Tahoma;
color:#000;
width:160px;
}

.none{
border:none;
width:none;
}



#popup .body{
background:#FFF8E6;
padding:10px 0px;
text-align:left;
}

.body p{
padding:0px 10px;
font:12px Arial, Helvetica, sans-serif;
color:#000;
text-align:left;
}