/* <style> */

div.compare_popup { z-index: 300; }

div.compare_popup div.menu_form_header
{
  border: 0px solid black;
  border-bottom: 0px;

  cursor: default;

  width: 350px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('/img/popup/form_header.png') no-repeat;

  text-decoration: none;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #2c2c2c;
}

div.compare_popup div.menu_form_body
{
  border: 0px solid black;
  width: 350px;
  background: url('/img/popup/form.png') no-repeat left bottom;
}

div.compare_popup img.menu_form_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

