div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{

  width: auto;
  
  
  line-height: 19px;
  vertical-align: middle;



  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
{
  height: auto; 
  border: 1px solid #f6bbce;
  border-top:none;
  padding:10px;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}


