/*********************************************************************

  The original code was truncated. See the original code at

  http://zoolcar9.lhukie.net/mozilla/userstyles/netError.content.css

  or use your custom images. Thanks mirko for the report.

 *********************************************************************/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(about:neterror?e=generic) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=dnsNotFound) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=fileNotFound) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=malformedURI) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=protocolNotFound) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=connectionFailure) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=netTimeout) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=redirectLoop) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=unknownSocketType) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=netReset) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=netOffline) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=netInterrupt) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=deniedPortAccess) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=proxyResolveFailure) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

@-moz-document url-prefix(about:neterror?e=proxyConnectFailure) {
  #errorPageContainer {
    background-image: url(image_url_here) !important;
  }
}

