CSS 101
-----
input, textarea, select {
put your css attributes in here. They will affect all <input>, <select> and <textarea</textarea> HTML elements
}
input.clssel, textarea.clssel, select.clssel{
this class only affects input, select or textarea elements with a class="clssel" attribute
}
By the way I don't think your problem has anything to do with PHP.
http://www.w3schools.com/css/css_reference.asp