@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* ==UserStyle==
// @name         Firefox: Findbar to the right
// @author       Roblesolido
// @description	 Change the direction of findbar to the right and enlarges over the field to search text.
// ==/UserStyle==*/

#FindToolbar .findbar-container {
-moz-box-direction:reverse !important;
padding:0 3px 3px 3px !important;
border-bottom: 1px solid Threedshadow !important;
}
#FindToolbar .findbar-textbox { width: 15em !important;}
#FindToolbar .toolbarbutton-text{ display: none !important;}