CSS scrollbars and list boxes

I’m controlling the colour of my scrollbar using CSS which is working fine, I’m just wondering how come it only works for the main scrollbar and not for the scrollbar on a list box…

is there anyway I can change the scrollbar on this form object to be the same as the page bar?

try this:
select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-decoration: none;
background-color: #cccccc;
scrollbar-3dlight-color:#808080;
scrollbar-arrow-color: #000000;
scrollbar-base-color:#ffffff;
scrollbar-darkshadow-color:#808080;
scrollbar-face-color:#d4d0c8;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#d4d0c8
}
i guess this should work