div.popup-window { z-index: 1; }

div.popup-window div.menu_form_header
{
  border: 1px solid #ffffff;
  border-bottom: none;
  width: 500px;
  height:      20px;
  line-height: 19px;
  vertical-align: middle;
  background-color: #004C99;
  text-decoration: none;
  color:   #ffffff;
  padding: 3px 5px;
  cursor:  default;
}

div.popup-window div.menu_form_body
{
  width: 500px;
  border: 1px solid #ffffff;
  background-color: #2F6DAD;
  padding: 5px;
  color: #ffffff;
}

div.popup-window img.menu_form_exit
{
  float:  right;
  margin: 3px 3px 0px 0px;
  cursor: pointer;
}

div.popup-window button, input, textarea, select, option
{
    color: #000000;
}
