In that case, if you want to target a single search instance with a custom code, then you can use the search ID in the CSS classes, for example:
div.asp_w.asp_sb_14.searchsettings {
display: block !IMPORTANT;
}
This will only affect search instance 14. Change it to the number you need, and it should work out.