.dhtmlwindow{
position: absolute;
border: 1px solid #404040;
visibility: hidden;
background-color: white;
/*left:10px;
right:0px
top:10px;*/
margin:100px 10px 0;
width=100%;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px 0px 5px 0px;
text-indent: 5px;
font: bold 10px Arial;
background-color: #ddcc88;
color: black;
cursor: move;
overflow: hidden;
/*width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
-moz-opacity: 1;
opacity: 1;
right: 1px;
top: 2px;
left: 5px;
bottom: 5px;
}

.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-top: 1px solid #404040;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
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;
}

div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 0px solid #404040;
  border-bottom: none;

  width: 200px;

  height:      23px;
  line-height: 19px;
  vertical-align: middle;

  background: url('form_header_bk.png') no-repeat;

  text-decoration: none;
  font-family: Arial, Sans serif;
  font-weight: 900;
  font-size:  10px;
  color:   #000;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 200px;
  border: 0px solid #404040;
  border-top: none;
  background: url('form_whois.png') no-repeat left bottom;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 0px solid #808080;
  padding: 2px 2px 2px 2px;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;

}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 0px solid #404040;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  background-color: #D4D0C8;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

.timeClass {
  font-family:arial,verdana,helvetica,sans-serif;
  font-weight:normal;
  font-size:10pt;
  color: #8FCDCD;
}

