div.sample_popup { z-index: 1;  background-color:#FFF8F0; text-align:left;  border:outset; border-width:thin; }

div.sample_popup div.menu_form_header
{
  border: 1px thin;
  border-bottom: none;

  width:100%;

  height:      21px;
  line-height: 21px;
  vertical-align: middle;
  text-align:left;
  background-color:#F0F0F0;

  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight:normal;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width:100%;
  border: 1px solid black;
  background: url('form.png') no-repeat left bottom;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}
