You go to template.css file line 484:
div.search #mod_search_searchword {
background: none repeat scroll 0 0 transparent;
border: 0 none;
color: #3B4344;
font-family: tahoma,arial;
font-size: 11px;
height: 34px;
line-height: 34px;
margin-left: 10px;
text-shadow: 1px 1px 1px #DDDEC9;
width: 209px;
}
Change to
.jfmod div.search #mod_search_searchword {
background: none repeat scroll 0 0 transparent;
border: 0 none;
color: #3B4344;
font-family: tahoma,arial;
font-size: 11px;
height: 34px;
line-height: 34px;
margin-left: 10px;
text-shadow: 1px 1px 1px #DDDEC9;
width: 209px;
}