$(function() {
	$("div.form tr.mandatory td.label").append("<span>*</span>");
});
