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

