this is data contained in one of my style sheets for form input, and other, fields. just add STYLE="stuffhere" inside the element's tag.
Code:
input, textarea, select {
font-family: Verdana;
font-size: x-small;
background-color: #888877;
border: 1px solid #777777;
color: #000000;
}