#dvPopWindow { 
  width:500px;
  height:380px;
  position:absolute;
  padding:3px;
  filter:shadow(color:#999999, strength:3, direction:135);
}
#dvInnerPop {
  background-color:#ffffff;
  width:500px;
  height:380px;
  padding:0px;
  border:1px solid #eaeaea;
}


.dhtmlwindow{
  position: absolute;
  visibility: hidden;
  padding:3px;
  filter:shadow(color:#999999, strength:3, direction:135);
}
.dhtmlwindow iframe, .dhtmlwindow div {
  border:0px solid #ffffff;
}
iframe {
  border:0px solid #ffffff;
}


.drag-handle{ /*CSS for Drag Handle*/
padding-left: 15px;
font: bold 12px Tahoma;
  background-image:url('images/pop_topbg.jpg');
  background-repeat:repeat-x;
  border-left:1px solid white;  
  border-right:1px solid white;  
  border-top:1px solid white;  
color: white;
cursor: move;
overflow: hidden;
width: auto;
height:40px;
  line-height:30px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
border:1px solid #eaeaea; 
color: black;
height: 150px;
padding: 0px;
overflow: auto;
border:none;
}

.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
  height: 23px; /*height of resize image*/
  background-color:#DBDDC0;
  color: #44521B;
  font-size:10px;
  filter:none;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 23px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

