/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Remove the Site Identity Button from Fx3          |
|    Description:  |  Removes the Identity Button from the Fx3          |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  June 16, 2008                                     |
|   Last Updated:  |  June 16, 2008                                     |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#identity-box
{
  display: none !important;
}