found the answer after doing some googling.
just insert this piece of code to override the proc that inserts the
offending div.
put the code in environment.rb to do a global override. or put in a
controller to keep it local.
ActionView::Base.field_error_proc = proc { |input, instance| input }