$(document).ready(function(){
	
	$('#respond .comment-left + .comment-right').css({'float':'right','width':'440px'});
	$('#comments #comment-list li.comment:last-child, #comments .children li.comment:last-child').css({'border':'0','margin':'0','padding':'0'});
	$('#comments .comment-content p:last-child').css({'margin':'0'});
	
});



