/* <style> */
div.sample_popup { z-index: +999; background:#ffffff;}
div.menu_form_header{
cursor:move
}
div.sample_popup div.menu_form_header
{
  border: 5px solid #FF9900;
  border-bottom: 0px;
  cursor: default;
  width: 400px;
  height:      20px;
  line-height: 19px;
  vertical-align: middle;
 
  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color:#F79D00;
   background:#D9F3BC;
}
div.sample_popup div.menu_form_body
{
  border: 5px solid #FF9900; border-top:1px solid #FF9900;
  width: 400px;
 
}
div.sample_popup img.menu_form_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

.menu_form_body td{ font-size:12px; height:25px; line-height:25px; text-indent:2em;}