#jquery style the legend tag across browsers
// style the fieldset legend tag across browsers $('legend').replaceWith( '<h3 class="legend">' + $('legend').html() + '</h3>' );