I want to thank you for your help. I was able to get the site working how I wanted.
First, when I removed the background:black, it did make the background go white, but the text was white as well. So I changed the text to black. Next I noticed the search box text was black now, so I added a color to _wrap .inputbox parameters.
Here's what I edited for anyone that is interested.
.search_wrap .inputbox {
background:none;
color:#fff;
border:none;
width:198px;
padding-left:38px;
padding:5px 0;
}
.inputbox {
border:1px solid #00D8DC;
color:#000;
padding:3px 6px;
background:#fff;
Thanks Again!!!