Firefox 3.5 - Annoying Search Bookmarks and History in the URL Field

Came across these few lines of code that remove the very annoying
Search Bookmarks and History in the URL Field.

These words appear when you are in the Root Folder in Fast Dial

Here is the link to the Userstyles Page
http://userstyles.org/styles/19165

Pop these few lines into Stylsh

And things will be back to normal.

Perfect for Fast Dial users !

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#urlbar[empty="true"] {

color: transparent !important;

}