Maffo you're a star ! that has fixed two issues at once for me. I removed input as you suggested and gave it its own section i.e.
PHP Code:
.formsmall { background-color: #FFFFFF; color: #000000; padding: 4px; }
select,textarea
{
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
font-family: Verdana, Arial, Geneva;
font-size: 10px;
}
input
{
color: #000000;
/*background-color: #FFFFFF;*/
font-family: Verdana, Arial, Geneva;
font-size: 12px;
}
Now the buttons look exactly as I wanted.
Thanks again you've saved me many grey hairs..
Muly