my form is
<div id="search">
<form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">
<input name="q" type="hidden" />
<input name="qfront" type="text" style="width: 80px" />
</form>
</div>
I have added some styles in my CSS file which include:
#search {font: 12px 'Arial', sans-serif; color:#fff; text-align:left}
despite applying these styles, the form still does not display in white color.