#googlebox {
	border:none;
	background:#2B2825 !important;
-moz-border-radius:12px;
-webkit-border-radius:12px;
-khtml-border-radius:12px;
border-radius:12px;
padding:15px;
border:7px solid #aaa;
}

#googlebox iframe {
border:none !important;
margin:0;
padding:0;
}

.dhtmlwindow{
position: absolute;
visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 3px 10px;
font: bold 14px Arial;
background-color: #C41363;
color: white;
cursor: move;
overflow: hidden;
width: auto;
-moz-border-radius:12px;
-webkit-border-radius:12px;
-khtml-border-radius:12px;
border-radius:12px;
margin-bottom:12px;
}

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

.drag-handle .drag-controls img{ /*CSS for controls (min, close etc) within Drag Handle*/
margin-right:6px;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background:#fff;
color: black;
font-family:Arial, Helvetica, sans-serif;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #2B2825;
height: 14px; /*height of resize image*/
margin-top:5px;
}


.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;
}
