$(document).ready(function() {//гиперважная вещь



//классы для всех inputов ====================================================================

//input													 
	$("input").each(function(){$(this).addClass("input-"+ $(this).attr("type"));});
	

	

//===========================================================================================

} );//гиперважная вещь


