/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Compress the Resizer Between URL Bar and SearchBar |
|    Description:  |  Specify the width and Max-Width of the Search Bar  |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  July 14, 2008                                      |
|   Date Updated:  |  July 22, 2008  (Userstyles down again)             |
|        Version:  |  1.0.0.0                                            |
|__________________|_____________________________________________________|

*/


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");




#urlbar-container
{
  margin: 0px -2px 0px 0px !important;
  padding: 0px !important;
}

#search-container
{
  margin: 0px 0px 0px -6px !important;
  padding: 0px !important;
}