How can I set the class on the 'search' field on the datatables plugin please. I'm using the Jquery UI theme as well.
$('#idSmovData').dataTable( {
"sScrollY": "600px"
,"bPaginate": false
,"bFilter": true
,"bJQueryUI": true
,"bInfo": false
,"bSort": false
});