@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#urlbar   {
   background-color:    #FFDD33      !important;
   color:               #000000      !important;
   font-weight:         bold         !important;
   font-size:           10pt         !important;
}


/*.autocomplete-textbox-container:hover*/
#urlbar:hover   {
   background-color:    #FFCC33      !important;
   color:               #000000      !important;
}



#searchbar  .searchbar-box,#searchbar .searchbar-textbox  {
   background-color:    #3366FF      !important;
   color:                         #000         !important;
   font-weight:              bold         !important;
   font-size:                  10pt         !important;
}  

/*This change the URL-bar background color when focus it*/
#urlbar .autocomplete-textbox-container[focused="true"],
#urlbar[focused="true"] {
   background-color:    #33CC00      !important;
   color:                         #FFF        !important;
}

/*This change the SEARCH-bar background color when hovering it*/
#searchbar .autocomplete-textbox-container:hover {
   background-color:    #77AAFF       !important;
   color:                         #FFF        !important;
}

#searchbar .autocomplete-textbox-container {
   background-color:     royalblue       !important;
   color:                         #FFF        !important;
}