/*
_________________________________________________________________________
|                  |                                                     |
|          Title:  |  Remove Search Go Button from Firefox 3             |
|    Description:  |  Removes the Magnifying Glass                       |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  May 11, 2008                                       |
|   Last Updated:  |  May 11, 2008                                       |
|        Version:  |  1.0.0.0                                            |
|__________________|_____________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




/*Remove the search button (magnifying glass): */

.search-go-button
{ 
  display: none !important; 
}