/* ==UserStyle==
// @name         LR Vista findbar
// @description  LR Vista findbar
// @author       LRodman
// ==/UserStyle==*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*#FindToolbar  {display: -moz-box; }*/

#FindToolbar {
  -moz-appearance: none !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAIAAAAvP0KbAAAAL0lEQVR42qXFsQ0AIAwDQcuTZ2JESZGPKRiB4nSqKiUxE8O7GUPcxDBm4rWPJf264KQfT7gX6iMAAAAASUVORK5CYII=");
  border-top: 0px !important;
    border-bottom: 0px !important;
    height: 25px !important;
/*  -moz-border-top-colors: none !important;
  -moz-border-bottom-colors: transparent;  */
}
/*
#find-field-container{
opacity: .7 !important;
height: 24px !important;
}

#find-field-container:hover{
opacity: .999 !important;
}
#find-field-container[focused="true"]{
opacity: .999 !important;
}*/