Hide help except on Hover Fast Dial 2.23

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("chrome://fastdial/content/fastdial.html") {

}

/* help button top right */

a#help
{
-moz-opacity: 0.0 !important;
}

a#help:hover
{
-moz-opacity: 1.0 !important;
}