div.popup {
  z-index: +1;
}

div.popup div.popup_header {
  background: url('/images/popup/popup_header.png') no-repeat;
  border: 1px solid black;
  color: #FFFFFF;
  font-family: arial, verdana;
  font-size: 13px;
  height: 18px;
  line-height: 17px;
  text-decoration: none;
  vertical-align: middle;
  width: 500px;
}

div.popup div.popup_body {
  background: url('/images/popup/popup_canvas.png') no-repeat left bottom;
  border: 1px solid black;
  height: 360px;
  text-align: center;
  vertical-align: middle;
  width: 500px;
}

div.popup img.popup_exit {
  cursor: pointer;
  float: right;
  margin: 2px;
}

