$(document).ready(function(){
	// PRETTY CHECKBOXES
	$('input[type=checkbox]').prettyCheckboxes({
		checkboxWidth: 14, // The width of your custom checkbox
		checkboxHeight: 15, // The height of your custom checkbox
		display: 'inline' // The style you want it to be display (inline or list)
	});
});
