$(document).ready(function() 
{
	$('#email-address').focus(function (){
		$(this).css("color","#333333");
	})	
});


