Try wrapping the search macro in a custom class container:
{{search{<<search>>}}}
Then apply styling in your StyleSheet:
#sidebarOptions .search .button {
display: none;
}
I might submit a patch for the search macro to apply this custom class
by default.
HTH.
-- F.