div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: none;
  border-bottom: none;
  width: 825px;
  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('popup_header.png') no-repeat;

  text-decoration: none;
  font-family: Arial, Times New Roman, Serif;
  font-weight: 900;
  font-size:  16px;
  cursor:  default;
  color: #ffffff;
}

div.sample_popup div.menu_form_body
{
  width: 825px;
  border: none;
  background-color: #000000;
}

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 td
{
  width: 99%;
  padding: 10px 10px 10px 10px;
}





