div.sample_popup { z-index: 1; }

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

  width: 250px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('form_header.png');

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

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

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


div.sample_popup2 { z-index: 1; }

div.sample_popup2 div.menu_form_header2
{
  border: 1px solid black;
  border-bottom: none;

  width: 750px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;
background:#000000; 

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

div.sample_popup2 div.menu_form_body2
{
  width: 750px;
  border: 1px solid black;
  background: url('form.png') no-repeat left bottom;
}

div.sample_popup2 img.menu_form_exit2
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}


div.sample_popup3 { z-index: 1; }

div.sample_popup3 div.menu_form_header3
{
  border: 1px solid black;
  border-bottom: none;

  width: 200px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;
background:#0F6795; 

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

div.sample_popup3 div.menu_form_body3
{
  width: 200px;
  border: 1px solid black;
  background: url('form.png') no-repeat left bottom;
}

div.sample_popup3 img.menu_form_exit3
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}




