@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* FIND BAR BACKGROUND */
#stylish findbar {background: none !important;}

/* REMOVE MATCH CASE OPTION */
#stylish findbar .checkbox-label-box {display: none !important;}

/* REMOVE FIND BAR CLOSE BUTTON */
#stylish .findbar-closebutton {display: none !important;}
#stylish [value='Find:'] {
   margin-left: 5px !important;
   color: #555555 !important;
}

/* FIND BAR BUTTON TEXT COLOR */
#stylish .toolbarbutton-text {
   color: #555555 !important;
   text-shadow: none !important;
}