/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Remove Statusbar from Organize Bookmarks           |
|    Description:  |  Hides the useless statusbar, giving you more room  |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  June 11, 2008                                      |
|   Last Updated:  |  June 11, 2008                                      |
|        Version:  |  1.0.0.0                                            |
|__________________|_____________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);





/* Remove status bar from Organize Bookmarks page: */
#bookmark-window #statusbar 
{ 
  display: none !important; 
}