If you find the form that was added for the search and find the form tag that should look like this:
<form method="get" action="http://www.google.com/custom">
You would want to modify it to look like this:
<form method="get" action="http://www.google.com/custom" target="_blank">


