/*
 ______________________________________________________________________
|                  |                                                   |
|          Title:  |  Custom FindBar Width                             |
|    Description:  |  Specify the width of the Find Bar                |
|         Author:  |  -=Ben=-   , with help from MasterFX              |
|   Date Created:  |  June 12, 2008                                    |
|   Date Updated:  |  August 14, 2008                                  |
|        Version:  |  1.0.0.2                                          |
|__________________|___________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Change the width of the findbar (Custom): */
#main-window .findbar-textbox, #main-window #FindToolbar > #find-field-container > #find-field
{
  width: 40em !important;
}