.popup {
  display: none; /* initially overlay is hidden */
  padding: 35px;
  font-size: 1em; 
  background: transparent url('/resources/dyn/files/378724z7bb18bbb/_fn/white.png') no-repeat;
  width: 300px!important;
  height:241px;
  color: black;
}

.popup .close {
  background-image: url(/resources/dyn/files/322309z9762524c/_fn/apple-close.png);
  position: absolute; 
  right: 70px; 
  top: 0px;
  cursor: pointer;
  height: 27px;
  width: 27px;
}