(function($) { 
  $(function() {
   		$('body').niceForm(
			{
				imagePath: 'fileadmin/templates/oro-technologies/img/niceForm/',
				skin: 'green'
			}
		)
  });
})(jQuery);

