jQuery(document).ready(function($) {
	
	// To Enable Pretty UI for Input
	$("select, input:checkbox, input:radio, input:file").uniform();
	
});
