#wrap-top-footer {
    background-color: #444;
}
#searchBox {
background-color: #ffffff;
}
#searchBox form, #searchBox #cart_button {
background-image: linear-gradient(bottom,#ffffff 0,#ffffff 100%);
background-image: -o-linear-gradient(bottom,#ffffff 0,#ffffff 100%);
background-image: -moz-linear-gradient(bottom,#ffffff 0,#ffffff 100%);
background-image: -webkit-linear-gradient(bottom,#ffffff 0,#ffffff 100%);
background-image: -ms-linear-gradient(bottom,-webkit-gradient(linear,left bottom,left top,color-stop(0,#ffffff),color-stop(1,-webkit-gradient(linear,left bottom,left top,color-stop(0,#ffffff),color-stop(1,#ffffff)))) 0,#ffffff 100%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ffffff),color-stop(1,#ffffff));
border: 1px solid #ffffff;

body {
background-color: white;

}
#searchBox input {
width: 330px;
height: 26px;
border: 1px solid white;
margin-left: 1px;
font-size: 17px;
padding: 4px 5px 0 5px;
float: left;
color: #666;
}
#searchBox form, #searchBox #cart_button {
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(1,white)) !important;
border: 1px solid #F2F2F2 !important;
}