.modal {
  display:none;
  overflow:auto;
  background: white;
}

.modal h1 {
  background: white url('/design/img/modal_title.png') repeat-x center bottom;
  height: 22px;
  padding: 9px;
  overflow: hidden;
  position: relative;
}

.modal .close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 23px;
  height: 23px;
  background: white url('/design/img/modal_close.png') no-repeat left top;
  font-size: 0px;
}
