$('.tip').poshytip({
	className: 'tip-darkgray',
	bgImageFrameSize: 11,
	offsetX: -25,
	followCursor: true,
	slide: false,
	alignTo: 'cursor'
});

$('.tip-form').poshytip({
	className: 'tip-darkgray',
	showOn: 'focus',
	alignTo: 'target',
	alignX: 'left',
	alignY: 'center',
	offsetX: 5
});
