/* <style> */

div.sample_popup {
    z-index: +1000;
    border: 1px solid #704f00;
    height: 305px
}

div.sample_popup div.menu_form_header
{
  border: 0px;
  border-bottom: 0px;

  cursor: default;

  width: 380px;

  height:20px;
  
  vertical-align: middle;

  background-color: #cccccc;
 
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 13px;
  color: White;
}

div.sample_popup div.menu_form_body
{
  background: url("/img/popup_bg.jpg") #f6f0b4;
  border: 0px solid;
  width: 380px;
  height: 285px;
}

div.sample_popup img.menu_form_exit
{
  position: absolute;
  margin-left: 355px;
  top: 0px;
  cursor: pointer;
}

