Forum Moderators: not2easy
I hate to answer your first post here with bad news, but unfortunately, there's no way to style that <select> border via CSS. The select element draws it's appearance from the OS, not the browser nor the web source. You can control the background color, even control the borders WITHIN the select box between option items, but the borders on the <select> element, itself, are untouchable.
The exception to this is Opera, which allows you to control everything about the select tag but the arrow. There may be other browsers (I've read elsewhere that NS6 applies border styles to select), but IE and FF don't.
cEM
(Of course, if anyone knows otherwise, chime in!)