

#simplemodal-overlay {
  background-color:#000;
  cursor:url(../../images/simplemodal/lnodrop.cur), wait;
}

#simplemodal-container {
  height:400px;
  width:600px;
  top:15%;
  left:50%;
  margin-left:-300px; /* half the width, to center */
  background-color: #333333;
  color: #ffffff;
  border:3px solid #ccc;
}

#modalOverlay {
  background-color:#000;
  cursor:url(../../images/simplemodal/lnodrop.cur), wait;
}

#simplemodal-container {
  height:400px;
  width:600px;
  top:15%;
  left:50%;
  margin-left:-300px; /* half the width, to center */
  background-color: #333333;
  color: #ffffff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(../../images/simplemodal/closesimplemodal.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

#simplemodal-container a.simplemodal-close, #simplemodal-container a.simplemodal-close:link, #simplemodal-container a.simplemodal-close:active, #simplemodal-container a.simplemodal-close:visited {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  color:#ffffff;
  font-size:20px;
  font-weight:bold;
  right:6px;
  position:absolute;
  text-decoration:none;
  top:-2px;
}
#simplemodal-container a.simplemodal-close:hover {
  color:#888888;
}

#simplemodal-container a {
  color: #3076EA;
}

