$(document).ready(function () {
	$('#email').labelify({
        text:          'label',
        labelledClass: 'labelled',
	});
});
