Please change this code:
#ja-search .inputbox {
background: none repeat scroll 0 0 transparent;
border: medium none;
color: #CCCCCC;
font-weight: bold;
padding: 10px 0 0 40px;
}
to
#ja-search .inputbox {
background: none repeat scroll 0 0 #FFFFFF;
border: medium none;
color: #CCCCCC;
font-weight: bold;
margin: 6px 0 0 10px;
padding: 10px 0 0;
}
and change this code:
#ja-search {
background: url("../images/icon-search.png") no-repeat scroll 5px 0 transparent;
float: left;
min-height: 35px;
overflow: hidden;
width: 20%;
}
to:
#ja-search {
background: url("../images/icon-search.png") no-repeat scroll 158px 50% transparent;
float: left;
min-height: 35px;
overflow: hidden;
width: 20%;
}
in templates/ja_mesolite_ii/css/template.css