@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:neterror) , url-prefix(about:privatebrowsing){

html {
background: black !important; 
}

* {
border-color: transparent !important;
}

#errorPageContainer {
background-color: #111 !important;
color: #ccc !important;
border: 0 !important;
}

#errorTitleText,
#errorShortDescText {
border-bottom: 0 !important;
}

#errorTryAgain {
-moz-appearance: none !important;
color: #ddd !important;
background: rgba(0,0,0,.5) !important;
box-shadow: 0 0 4px rgba(161,161,161,.9) inset !important;
border-radius: 4px !important;
border-top: 1px solid transparent !important;
border-right: 1px solid transparent !important;
border-bottom: 1px solid transparent !important;
border-left: 1px solid transparent !important;
}

#errorTryAgain:hover {
color: #eee !important;
background: rgba(0,0,0,.9) !important;
}

#moreInfoLink { 
color: steelblue !important;
}

#moreInfoLink:hover {
color: tomato !important;
}


}
