/* 
about:neterror - Dark Blue Firefox
by Florian Reifschneider (F!o)
version: 1.0 
*/

@-moz-document url-prefix(about:neterror) {

html { background: #253960 !important;
	   }

#errorTitle { background: url('http://img408.imageshack.us/img408/5299/darkbluefirefoxlogosmalhd3.png') no-repeat !important;
			  height: 241px !important;
			  margin-left: -150px !important;
			  margin-top: -110px !important;
			  }

#errorTitle h1 { margin-left: 250px !important;
				 padding-top: 100px !important;
				 color: #edf3ff !important;
				 font-size: 250% !important;
				 }
			  
#errorLongContent { margin-top: -100px !important;
					margin-left: 100px !important;
					}

#errorTryAgain { margin-left: 20px !important;
				 margin-top: 40px !important;
				 }

#errorPageContainer { background: #253960 !important;
					  margin-top: 8em !important;
					  color: #788cb3 !important;
					  }

}