$(function(){
	$('input.file-input').customFileInput(); 

	$('input.submit-button').inputToButton();

});

