#modalOverlay {
  background-color:#000;
  cursor:default;
}

#modalContainer {
  width:320px;
  left:50%;
  top:30%;
  margin-left:-170px;  /*half the width, to center*/
  background-color:#fff;
  border:3px solid #ccc;
  padding: 6px 12px;
}

#modalContainer a.modalCloseImg {
  background: url(../images/black-close-button.png) no-repeat;
  width:16px;
  height:16px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:2px;
  right:0px;
  cursor:pointer;
}