.DWin
{
  position: absolute;
  border: 1px solid #808080;
  visibility: hidden;
  background-color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.DWinDragHandle
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  font: bold 13px Arial;
  background-color: #325478;
  color: #ffffff;
  cursor: move;
  overflow: hidden;
  width: auto;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.DWinDragControls
{
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  right: 2px;
  top: 4px;
  cursor: hand;
  cursor: pointer;
}

* html .DWinDragHandle
{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.DWinDragContentarea
{
  background-color: #ffffff;
  color: black;
  height: 150px;
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: auto;
}
.DWinDragIFrame
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

.DWinDragStatusarea
{
  border-top: 1px solid #808080;
  background-color: #f5f5f5;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 13px;
}

.DWinDragResizearea
{
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  width: 13px;
  height: 13px;
  cursor: nw-resize;
  font-size: 0;
}

.DWinDragButtons
{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align:center;
  padding:3px;
}

