/* Popup Settings */
div.sample_popup { z-index: 99; }

div.sample_popup div.menu_form_header
{
  border: 1px solid #cecece;
  border-bottom: none;
  padding: 5px;

  width: 375px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;
  
  background-color: #cccccc;

  text-decoration: none;
  font-weight: 900;
  font-size:  14px;
  color:   #404040;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 375px;
   padding: 5px;
  border: 1px solid #cecece;
  background-color: #ffffff;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

/* End Popup Settings */