@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*
This is just a little mod/tweak
For Firefox 3.5, I also use these for the Browser's appearance:
Add-ons:
 1. AnyColor (set to a charcoal background color)
 2. All-Glas Firefox mod, based on Glasser 2.1.2

Theme
 Strata RELOADED

Userstyles
 1. Glass every single part of firefox 3.5
 2. Dark Transparent URL and Search boxes (this style)
*/

#urlbar, #urlbar *, #searchbar *{
  -moz-appearance: none !important;
  background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gmI/AAAAAAAAADg/omOHyQ--TtE/20pct+Black.png") transparent !important;
  -moz-border-radius: 0px !important;
  color: #99ccff !important;
}

#urlbar:hover, #urlbar *:hover, #searchbar *:hover{
text-shadow: #ffffff 0px -0px 2px !important;
}
