/*
_______________________________________________________________________
|                  |                                                   |
|          Title:  |  Custom Search Bar Width (Fix the Width)          |
|    Description:  |  Specify the width and Max-Width of the Search Bar|
|         Author:  |  -=Ben=-                                          |
|   Date Created:  |  June 3, 2008                                     |
|   Date Updated:  |  June 25, 2008                                    |
|        Version:  |  1.0.0.1                                          |
|__________________|___________________________________________________|

*/


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");




/* Use a fixed Search Bar width: */
#search-container 
{
  min-width: 160px !important;
  max-width: 160px !important;
}