

$(document).ready(function(){
   
   	$("button").focus(function () {$(this).blur();});
	$("textarea").css("resize","none");
	
   
 });

