
$(document).ready(function(){
$("#tapp").parent("p:[0]").css("margin-top", "-10px");						   
});					   

