This is what I had to do.
In my skin.xml file, I have this (note: this is just part of the file):
<Object>
<Token>[SEARCH]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>Search</Value>
</Setting>
<Setting>
<Name>Submit</Name>
<Value><![CDATA[<font class="Search">Search</font>]]></Value>
</Setting>
</Settings>
</Object>
In my skin.css file I have this:
.Search {
text-decoration: none;
color: #FFFFFF;
font-family: Verdana, Tahoma, Helvetica;
font-weight: bold;
font-size: 8.5pt;
}