Of course there is a solution

This is the part of my heading.php file where the searching option is coded:
PHP Code:
<div id="searchdiv" class="searchclass" align="left"><form method="post" class="searchclass" action= [url=http://www.directoryofseolinks.com/search.php]SEO Directory | SEO Links[/url] ><input type="text" name="string" value="keyphrase" size="20" class="in" onfocus="this.value='';"/><input type="submit" value="search" name="submit" class="submit"/></form></div>
and the additional css codes:
.in{font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
float:left;
font-size:8pt;
background-color:#414141;
color: #7D7D7D;
border:0px;}
.in:focus{
float:left;
background-color:#5E838F;
color:#D5EFFC;}
.searchclass{
background-color:#090909;
width:70px;}
#searchdiv{
background-color:#090909;
width:300px;
float:right;}
Note: you will have to custoize them in order to fit your design
