div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: 0px;

  cursor: default;

  width: 600px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('form_header.png') no-repeat;

  text-decoration: none;
  font-family: Arial;
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
}

div.sample_popup div.menu_form_body
{
  border: 1px solid black;
  width: 600px;

  background: url('form.png') no-repeat left bottom;
}

div.sample_popup img.menu_form_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}






