@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Change the width of the findbar (Custom): */
#main-window .findbar-textbox, #main-window #FindToolbar > #find-field-container > #find-field
{
  width: 20em !important;
}



#main-window .findbar-textbox, #main-window #FindToolbar > #find-field-container > #find-field
{
  -moz-border-radius: 9px !important;
  padding-left: 3px !important;
  height: 19px !important;
  margin: 0px 1px 0px 0px !important; 
 }

#main-window .findbar-textbox, #main-window #FindToolbar > #find-field-container > #find-field
{
   -moz-appearance: none !important;
   background: #ffffff !important;
   color: #000000 !important;
   font-weight: bold !important;
   border: none !important; 
 }

#FindToolbar .toolbarbutton-text
{
font-weight: bold!important;
font-size: 10px !important;
 }