$(function() {
			// custom class, replaces ui-widget-content
			/*$(".tipme").tooltip({
				tooltipClass: "ui-widget-header"
			});
			$("#publish_override").tooltip({
				tooltipClass: "ui-widget-header"
			});
			$("#publish_override").click( function () {
				$("#test2").position({
  				my: "center bottom",
  				at: "center top",
  				of: $("#test")
			});
			});*/
			$(".tipme").tooltip({
				tooltipClass: "ui-widget-header ff-text-smaller",
				position: {
					my: "center bottom",
					at: "center top",
					offset: "0 -10"
				}
			});
			/*$("#putmeright").position({
				my: "top left",
				at: "center right",
				of: "#putmeleft"
			});*/
			
			
	});
