$(document).ready(function(){						   					   
						   $('.clear').focus(function()
						   {
						   		$(this).val('');

						   });
						   $('button').hover(function()
						   {
						   		$(this).toggleClass("button_f2");

						   });
						   })
