Hi, I've recently been messing around with jquery(ui) and now I want to add some jquery bits to my personal website. Well, the themes produced by Theme Roller are really awesome, and I'd like my entire website to look like that, not just the few jquery enabled parts. So, is it wrong to use css classes as listed at http://jqueryui.com/docs/Theming/API for your own things that don't actually use any javascript? Like doing a <div class="ui-widget">
Is there some easier/cleaner way to do this that I'm not seeing? Is this a normal approach or is it overkill?