/*
	@homepage http://userstyles.org/styles/10224
	@updateurl http://userstyles.org/styles/iecss/10224/Invalid%20Security%20Certificate%20-%20Red%20Warning.css
*/
@namespace url(http://www.w3.org/1999/xhtml);
  

#errorPageContainer[class="certerror"]
{
  background-color: #800000 !important;
  color: #FFFFFF !important;

  background-repeat: no-repeat !important;
  background-position: left 0pt !important;

  background-image: url("chrome://global/skin/icons/sslWarning.png") !important;
}
