.dhtmlwindow{
  position: absolute;
  margin: 0px;
  padding: 0px 2px 2px 2px;
  border: 1px solid #4d697e;
  visibility: hidden;
  background-color: #3b5060;
}

.drag-handle{ /*CSS for Drag Handle #4d697e #5a7a93*/
  padding: 5px 0px 0px 0px;
  text-indent: 10px;
  font: bold 12px Arial;
  background: transparent url(handle.png) top right no-repeat;
  color: #ffffff;
  cursor: move;
  overflow: hidden;
  width: auto;
  height: 24px;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

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

* 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*/
  border: 3px solid #ffffff;
  background-color: #eeeafe;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: black;
  height: 150px;
  margin-top: -5px;
  padding: 4px;
  overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
  margin-top: 1px;
  background-color: #ffffff;
  height: 24px; /*height of resize image*/
  background: url(statusarea.png) top right;
}

div.return {
  position: absolute; 
  bottom: 2px; 
  left: 2px; 
  width: 120px; 
  height: 24px; 
  background: url(statusarea_left.png) top left;
}

div.creator {
  position: absolute; 
  bottom: 6px;
  width: 700px;
  left: 112px;
  text-align: center;
  color: #fff;
  background: transparent;
}

div.return a:link, div.return a:visited {
  display: block;
  position: relative;
  top: 0px;
  left: 2px;
  width: 90px;
  height: 24px;
  border: 0px none;
  background: url(btn_tuto.png);
}

div.return a:hover {
  cursor: pointer;
  background-position: 0% -24px;
}

input.btn_return {
  position: relative;
  top: 0px;
  left: 6px;
  width: 80px;
  height: 24px;
  border: 0px none;
  background: url(btn_return.png); 
}

input.btn_return:hover {
  cursor: pointer;
  background-position: 0% -24px;
}

.drag-resizearea{ /*CSS for Resize Area itself*/
  position: relative;
  top: 9px;
  float: right;
  width: 13px; /*width of resize image*/
  height: 16px; /*height of resize image*/
  cursor: nw-resize;
  font-size: 0;
}
