$(function(){
	$('input:text').focus(function(){
		$(this).removeClass('color-02').select();
	});
});
