/* AGENT_SHEET */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

scrollbar {
margin: 2px !important;
-moz-appearance: none !important;
background: #666 !important;
-moz-border-radius: 10px;
-moz-box-shadow: inset 0px 1px 4px #000;
}

scrollbar thumb {
-moz-appearance: none !important;
-moz-border-radius: 10px;
}
scrollbar[orient="vertical"] thumb {
background: -moz-linear-gradient(left,
rgba(255, 255, 255, .4),
rgba(255, 255, 255, .2))
!important;
}

scrollbar scrollbarbutton {
-moz-appearance: none !important;
display: none !important;
}