.dhtmlwindow_en{
position: absolute;
border: 2px solid #033bd6;
visibility: hidden;
background-color: white;
}

.dhtmlwindow_fr{
position: absolute;
border: 2px solid #033bd6;
visibility: hidden;
background-color: white;
}

.drag-handle{ CSS for Drag Handle
padding: 0px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #FFFFFF;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

.drag-controls1{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
top: 222px;
right: 300px;
left: -480px;
bottom: 2px;
}
.drag-controlsfr{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
top: 225px;
right: 300px;
left: -440px;
bottom: -2px;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
color: #000000;
height: 150px;
padding-right: -3px;
overflow: auto;
}
.contentarea1{ /*CSS for Content Display Area div*/
float: left;
}
.contentarea2{ /*CSS for Content Display Area div*/
float: right;
}
  #ecom-header-bar {
     background-color: #CCCCCC;
	font: 14px Arial;
	color: #000000;

}



.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid #CCCCCC;
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;
}


