$(document).ready(function(){

	/* Круглые уголки */
	$(".footer-nav li:first-child").css("border", "0");

	$("input[name=name]").hide().remove();
});