 $(document).ready(function(){

 $(":input, this").focus(function() {
 $(this).parents(".Wrapper").children("#ErrorBox").fadeOut(500); 

});

});
