/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Personas - Status Bar Styled With Personas Image   |
|    Description:  |  Fixes issues with Status Bar not displaying Image  |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  May 29, 2009                                       |
|   Last Updated:  |  May 29, 2009                                       |
|        Version:  |  1.0.0.0                                            |
|__________________|_____________________________________________________|

*/




@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#status-bar > *
{
  background-color: transparent !important;
  background: transparent !important;
  -moz-appearance: none !important;
  background-image: none !important;
  border: none !important;
}