#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
width:555px;

}

#simplemodal-container iframe{
	height:330px;
	width:555px;
	padding:10px;
	background-color:#fff;
}

#simplemodal-container a.modalCloseImg {
  background:url(/images/closebox.png) no-repeat;
  width:30px;
  height:30px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-18px;
  right:-38px;
  cursor:pointer;
}

