/**
 * loading prettyForms on body tag load ready
 */

$('body').load(function(){
	 prettyForms();
});
