.dhtmlwindow{ position: absolute; visibility: hidden; background-color: white; border: none;}

/*CSS for Drag Handle*/
.drag-handle{ padding: 3px; text-indent: 3px; font: 14px Arial; background: url(http://fcseagles.org/images/bg_contactbox.gif) repeat-x top; color: #FFF; cursor: move; overflow: hidden; width: auto;}

/*CSS for controls (min, close etc) within Drag Handle*/
.drag-handle .drag-controls{ position: absolute;right: 1px;top: 2px;cursor: hand;cursor: pointer;}

/*CSS for Content Display Area div*/
.drag-contentarea{ border: none; background-color: white;color: black; height: 150px;padding: 2px; overflow: auto;}

/*CSS for Status Bar div (includes resizearea)*/
.drag-statusarea{ background-color: #999; height: 12px;}

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

.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666;}
.box { text-indent: 3px; padding: 2px; border: solid 1px #FFCC00;}