@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



/***********************************************
            searchbox fixes
 ***********************************************/
.searchbar-engine-button 
	{margin-right: 2px !important;
	background: none !important;
	border:none !important; }
.search-go-button {
	margin-right: 2px !important;}


.searchbar-engine-button:hover {
	background: transparent url(chrome://browser/skin/Search-addengines.png) no-repeat right center!important; }

/* Use a fixed Search Bar width: */
#search-container 
{
  min-width: 187px !important;
  max-width: 187px !important;
}

/* TEXT INPUTS */
#urlbar, #find-field, .searchbar-textbox, #fbSearchBox, #description, 
#code, #filter, #clearFilter, #code-buttons > button, 
#code-buttons > checkbox, #tfURLBar, #search-box {
   -moz-appearance: none !important;
   background: #000000 !important;
   color: #CCCCCC !important;
   font-weight: bold !important;
   border: none !important; 
 }

#searchbar *{
  -moz-appearance: none !important;
  background: -moz-Field !important;
  background: #ffffff !important;
  -moz-border-radius: 14px !important;
}
