$(document).ready(function()
{
	$(":text").labelify();
});

