/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Fix the Search Bar's Icon Position & Drop Down     |
|    Description:  |  Re-positions the Search website's icon / dropdown  |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  June 13, 2008                                      |
|   Last Updated:  |  June 13, 2008                                      |
|        Version:  |  1.0.0.1                                            |
|__________________|_____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




/* Remove arrow in the Search bar and correct the icon position: */

.search-proxy-button-dropmarker 
{ 
  display:none !important; 
}

.searchbar-dropmarker-image 
{
  display: none !important;
}

#search-proxy-button 
{ 
  margin-top: 1px !important;
  margin-left: -2px !important; 
  margin-right: 2px !important; 
}