jquery remove style from form post code example
Example: jquery remove css style
//removing css with jQuery. i.e: set to default
$( "#myElementID" ).css("background-color", "");//just blank it out
//removing css with jQuery. i.e: set to default
$( "#myElementID" ).css("background-color", "");//just blank it out