function checkInput() {
	var $=jQuery;	
	var inputMyS = $("input:submit[@class=''],input:reset[@class='']");	
	inputMyS.addClass("submit");
}