#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:500px;
  width:720px;
  background-color:#ccc;
  border:1px solid #eee;
border-right:1px solid #333;
border-bottom:1px solid #333;
}

#simplemodal-container a.modalCloseImg {
  background:url(../jquery.fancybox-1.2.0/fancy_closebox.png) no-repeat;
  width:27px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-20px;
  right:-20px;
  cursor:pointer;
}

#simplemodal-container iframe {
	width:100%; height:100%;
	border:none;
}
