﻿$(function() {
    $('input[type!=reset][type!=submit][type!=checkbox][type!=radio], select, textarea').addClass('ui-widget-content ui-corner-all');
    $('input[type=reset], input[type=button], input[type=submit], button').addClass('ui-state-default ui-corner-all');
});


