#modalOverlay {
  background-color:black;
  cursor:wait;
}

#modalContainer {
  height:456px;
  width:580px;
  left:50%;
  top:15%;
  margin-left:-290px; // half the width, to center
  background-color: white;
  border:1px solid black;
  padding: 0px;
}

#modalContainer a.modalCloseImg {
  background:url(//lib.store.yahoo.net/lib/antiquejewelrymall/close.gif) no-repeat;
  width:21px;
  height:21px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:8px;
  right:20px;
  cursor:pointer;
}
/*
#modalOverlay, #modalContainer { position: absolute !important }
*/
#modalContainer { background: white }

