/* <style> */

div.dhtml_popup { z-index: +1; }

div.dhtml_popup div.menu_form_header
{
  border: 1px solid #a10000;
  border-bottom: 0px;

  cursor: default;

  width: 446px;

  height:      28px;
  line-height: 19px;
  vertical-align: middle;

  background:#cc0000 url(../images/gray-btn-bg.gif) repeat-x;

  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
}

div.dhtml_popup div.menu_form_body
{
  border: 1px solid #a10000;
  width: 446px;
  background:#E8EDEF;
  padding:0px;
}

div.dhtml_popup img.menu_form_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.dhtml_popup table
{
  border-collapse: collapse;
  width: 100%;
}

div.dhtml_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #004060;
}

div.dhtml_popup td
{
  padding:3px;
}

div.dhtml_popup form
{
  margin: 0px;
  padding: 8px 10px 10px 10px;
}

div.dhtml_popup input.field
{
  border: 1px solid #808080;
  width: 95%;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
}

div.dhtml_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;
  background-color: #DDFFDD;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

/*
.window-content{
background:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
border:1px solid #AFBDC5;
}
*/