




/*
     FILE ARCHIVED ON 23:15:29 Nov 3, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 1:28:29 Dec 10, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(/web/20161103231529/http://reviewsreputation.net/images/white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:535px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(/web/20161103231529/http://reviewsreputation.net/images/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}