Hi andrewwinkler
By default, this template uses VM search module there but it seems that you do not use VM and replace with default search module there.
I tried to add this custom css into /css/custom.css of template on your site but there must be cache from your server side as I don't see it reflects changes on frontend although I clear all caches.
/*Head Search module*/
.head-search .search button.btn {
background-color: #222222;
background-image: url(/templates/ja_autoshop/images/ico/search.png);
background-repeat: no-repeat;
background-position: center center;
border-radius: 0;
font-size: 0;
border: 0;
color: #ffffff;
width: 50px;
height: 50px;
margin-left: -3px;
}
Try to clear cache on your server side to see the change.
Regards