div.qvn_popup { z-index: 1; }

div.qvn_popup div.menu_form_header
{
  border: 1px solid #3b8ac6;
  border-bottom: none;
  width: 500px;
  height:      20px;
  line-height: 20px;
  vertical-align: middle;
  background: #76b2e0;
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #fff;
  cursor:  move;
  text-align: justify;
}
div.qvn_popup div.menu_form_body
{
  width: 500px;
  border: 1px solid #76b2e0;
  background: #f6f9fc;
  text-align: justify;
}
div.qvn_popup img.menu_form_exit
{
  float:  right;
  padding: 0px;
  cursor: pointer;
}
div.qvn_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.qvn_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.qvn_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.qvn_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.qvn_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.qvn_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}
