$(document).ready(function(){

	$(".couponsZip").focus(function(){
		$(this).css("background-image","none");
	});
	
});
