Help: Adding background to the "searchblock_out" - BG behind the top search box
So, I've successfully added the background to my website, but for some reason the area behind the search box on the homepage won't fill with it. I've tried everything and can't seem to find the code to do it.
Here's the link to my site:
Bike Flock
Here's part of the code: You'll notice that the background=color for searchblock_out is set to black, yet it isn't even black.
I'm missing something... probably a quick fix too!
Any help is very much appreciated! Thank you!
#search-bar{background-color:#000000; margin:0 auto;position:relative;top:0px;width:940px;}
.searchblock_out{background-color:#000000; border-left:1px solid #BBBBBB;border-right:1px solid #BBBBBB;border-bottom:1px solid #BBBBBB;margin:0 0 10px;-moz-border-radius:0 0 6px 6px;-khtml-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}
.searchblock {background: url("images/block_topbg.gif"); repeat-x scroll center top #FFFFFF;border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;padding:15px;min-height:40px;-moz-border-radius:0 0 6px 6px;-khtml-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}