like mark mentioned, user.css
and the category box has id of "join_category", so you would target #join_category { .... }
Tip: Right click on the element you want to inspect -> inspect element
That not only shows you the html source so you know what id, class, whatever an element has, but also...