In the one you have there, I think you may want to move the ,select option to another Form element.
Actually you might want to split it all up like this
Code:
/* Form elements */
input{
border-color:#000000;
color:#000000;
border:1px solid;
font:normal 11px Verdana,Arial,Helvetica,sans-serif}
}
/* Form elements */
textarea{
border-color:#000000;
color:#000000;
border:1px solid;
font:normal 11px Verdana,Arial,Helvetica,sans-serif}
}
/* Form elements */
select{
border-color:#000000;
color:#000000;
border:1px solid;
font:normal 11px Verdana,Arial,Helvetica,sans-serif}
}
You are going to have to play with those settings to aquire your desired results.