
.overlay-divider { background: #8d8b85; background:-moz-linear-gradient(top , #8d8b85, #94918b); background:-webkit-gradient(linear, center top, center bottom, from(#8d8b85), to(#94918b)); } 

span.divider { background: #D1D1CA; background:-moz-linear-gradient(top, #D1D1CA, #E1E1D9); background:-webkit-gradient(linear, center top, center bottom, from(#D1D1CA), to(#E1E1D9)); } 

/*
#search input[type="text"] { background: #fff; }

#search input[type="submit"] { background: #f3f2ee; background:-moz-linear-gradient(top, #f3f2ee, #afae9c); background:-webkit-gradient(linear, center top, center bottom, from(#f3f2ee), to(#afae9c)); } 

#search input[type="submit"]:hover { background: ; background:-moz-linear-gradient(top, #f6f5f2, #bbbaac); background:-webkit-gradient(linear, center top, center bottom, from(#f6f5f2), to(#bbbaac)); }
*/