.dhtmlwindow {
position: absolute;
left: 0;
top: 0;
width: 425px !important;
height: 505px;
background: url(//secureimages.redcatsusa.com/images/site_images/bco/QV_bg.png) no-repeat;
z-index:99999 !important;
}

* html .dhtmlwindow {
background: url(//secureimages.redcatsusa.com/images/site_images/bco/QV_bg_ie6.gif) no-repeat;
z-index:99999;
}

/*****/

.drag-handle{ /*CSS for Drag Handle*/
color: white;
cursor: move;
overflow: hidden;
margin-left:-1px; 
position:relative;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
overflow:hidden;
padding:0px;
text-align:right;
margin:5px 10px -1px 0; 
}

.drag-handle .drag-controls img#img_quick { 
cursor:pointer;
width:56px;
height:17px;
background:#fff url(//secureimages.redcatsusa.com/images/site_images/bco/close.jpg);
}

* 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*/
color: black;
padding:2px 0 0px 3px;
overflow: auto;
width:412px; 
position:relative;
margin-left:3px;
height:470px !important;
}

* html .drag-contentarea {width:405px;}
*+html .drag-contentarea {width:405px;}

.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;
}

/***********/

#promo-bar a img {position:relative}
