Ajax Search Pro is a great plugin by Ernest Marcinko.
But sometimes removing all css styling could be useful to get full control over search forms design.
add_filter( 'asp_load_css', 'asp_stop_load_css', 10, 1 ); function asp_stop_load_css( $stop ) { return true; }