$(document).ready(function(){

	$("div.errormsg img.closebox, div.infomsg img.closebox").click( function() {
	 	$(this).parent().hide();
	});

});