@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(wikipedia.org) {

.searchButton {
 width: 20px !important;
 height: 20px !important;
 border: none !important;
 background-color: transparent !important;
 color: transparent !important;
 overflow: hidden !important;
 } 
 
#searchGoButton {
 background-image: url(http://commons.wikimedia.org/w/thumb.php?f=Address-book-new.svg&width=20px) !important;
 }
 
#mw-searchButton {
 background-image: url(http://commons.wikimedia.org/w/thumb.php?f=View-zoom-in.svg&width=20px) !important;
 }
 
#searchInput {
 display: block !important;
 border: none !important;
 -moz-border-radius: 10px !important;
 padding: 3px 10px !important;
 margin: 5px auto !important;
 width: 100px !important;
 background-color: #e5e5e5 !important;
 }
 
#searchInput:hover {
 background-color: white !important;
 border: 1px solid gray !important;
 padding: 2px 9px !important;
 }
 
#searchInput:focus, #searchInput:hover:focus {
 background-color: white !important;
 border: none !important;
 padding: 3px 10px !important;
 }
 
}