div.sample_popup { z-index: 1;
  height: 300px;
 }

div.sample_popup div.menu_form_header
{
  border: 1px solid #999999;
  border-bottom: none;
  width: 300px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
  background: url('images/form_header.png') no-repeat;
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:  #57585A;
  cursor: default;
}

div.sample_popup div.menu_form_body
{
  color: #860E02;
  height: 300px;
  width: 300px;
  border: 1px solid #999999;
  background-color: #eadba7;
  overflow: auto;
  font-size: 10pt;
  font-weight: bold;
  font-size: 8pt;
}

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: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}
