/* Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤ */
/*   Firefox - Searchbox Tweak   */
/*         by Freestyler         */
/* Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤ */


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#searchbar .search-go-button, #searchbar .searchbar-dropmarker-image
     {display: none !important;}

#search-container:hover > #searchbar .search-go-button
     {display: -moz-box !important;}

#search-container:hover > #searchbar .searchbar-dropmarker-image
     {display: -moz-box !important;}

/* resizes the searchbar */

#search-container
     {max-width: 250px !important; }

/* resizes the dropmarker-image */ 

#searchbar .searchbar-dropmarker-image
     {position: relative !important;
      width: 10px !important;}

/* resizes the searchengine-image */

#searchbar .searchbar-engine-image
     {position: relative !important;
      width: 19px !important;
      height: 15px !important;
      margin-left: -4px !important;}

/* changes position of dropmenu */

#searchbar .searchbar-dropmarker-image 
     {position: relative !important; 
      margin-top: -1% !important; 
      margin-bottom: 2% !important;}

/* resizes the go-button */

#searchbar .search-go-button
     {position: relative !important;
      width: 14% !important;
      height: 16px !important}



/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#= */