#simplemodal-overlay {
  background-color:#000;
  border:none;
  padding-top:50px;
}

#simplemodal-container {
	height:415px;
	width:648px;
	background-image:url(bckg.png);
	border:none;
	padding-top:50px;
	border-bottom-style:hidden;
}

#simplemodal-container iframe{
	height:415px;
	width:648px;
	background-image:url(bckg.png);
	border:none;
	border-bottom-style:hidden; 
	top:50px;

	
}
#simplemodal-container a.modalCloseImg {
  width:90px;
  height:25px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:50px;
  right:0px;
  cursor:pointer;
}
