for example, I'm working for several html files linking to one CSS file.
This is my problem, how can i tell CSS to use the background only for Radio buttons, not all kinds of INPUT tags.
(of course other than specifying a style attribute to each radio tags)
Basically it goes through all of the inputs and checks to see what type it is. If its radio or checkbox give it the .radio class, if its text or password give it the .text class if its a submit or reset give it the .submit class.