@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.google.) {
  img[src$="/images/logo.gif"] {
    width: 0 !important;
    height: 145px !important;
    padding-left: 484px !important;
    background-image: url(http://img40.imageshack.us/img40/299/logograph1.gif) !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
  }

  div[title="Google"] {
    background-image: url(http://img40.imageshack.us/img40/299/logograph1.gif) !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    width: 484px !important;
    height: 145px !important;
  }

  div[title="Google"] > div {
    left: 210px !important;
    top: 95px !important;
  }
}