Oh, you want to change the FONT SIZE of an input form.... okay....
Give the input form a class of "smalltext" (<input type="text" class="smalltext" />) and add this CSS STyle:
input.smalltext {
font-size: 8pt;
}
Best to use the point system since if users want to "zoom" in, the text won't look all funky.