/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Invalid Security Certificate - Red Warning           |
|    Description:  |  Whenever you visit an insecure site, you will know!  |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  September 2, 2008                                    |
|   Date Updated:  |  September 4, 2008                                    |
|        Version:  |  1.0.0.1                                              |
|__________________|_______________________________________________________|

*/


@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;
}