Can I apply a style using the jquery-ui css file to every <input>?

Can I apply a style using the jquery-ui css file to every <input>?

I know you guys are gonna be like, "Yeah, of course, dummy.  That's the most basic, GED thing on earth."

Using the UI, I know I apply class="button" to all my buttons, and it styles them.  Can I do something similar for all my text boxes so I don't have to style them all individually?

  1. style="background-color:#f4f0ec;border:none;width:32%;height:25px;margin-bottom:5px; margin-top: 10px;border-radius: 2px;"
is basically what I've been doing.  I know there has to be an easier way, I just can't figure out how to do it.