// Set drawing options to use my text box// as input instead of having the library create one.var drawOptions = new google.search.DrawOptions();drawOptions.setInput(document.getElementById('query_input'));// Draw the control in content divcustomSearchControl.draw('results', drawOptions);
#results .gsc-results {/* Sets font for titles, snippets, and URLs. */font-family: arial, helvetica, sans-serif;}#results .gsc-result {position: relative;border: 1px solid #eee;border-left: 10px solid #eee;padding: 8px 8px 8px 20px;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;}
#results .gsc-result:hover {border: 1px solid #888;border-left: 10px solid #888;}