	$(function() {
		
		
		$('.myinput').focus(function(){
		  	$(this).css('color','#000');
		})
		
	});
	
	