.drag-handle { background: url(../images/bg/whats_new_top_bg.gif) no-repeat; position: absolute; width: 350px; height: 20px; font-size: 0; padding: 0; overflow: hidden; -moz-opacity: 1; filter: progid:DXImageTransform.Microsoft.alpha(opacity=100); opacity: 1 }
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
cursor: pointer;
float: right;
display: inline;
margin: 4px 23px 0 0;
}
.drag-handle .drag-controls img{ margin-left: 3px;}
* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;}

#googlebox iframe { border: 0; height: height: 476px; padding-top: 3px;}
.drag-contentarea { background: url(../images/bg/whats_new_bg.jpg) no-repeat; width: 347px; height: 476px; overflow: auto; padding-right: 3px; }

/* .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;
/* }

