/* Stili modulo basato sui soli tag */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
legend {
}
label {
	margin: 0 0 0 0;
	padding: 0;
	cursor: pointer;
}
input, select, textarea {
	margin: 0 0 9px 0;
	padding: 2px;
	width: 320px;
	border: 1px solid #abc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #456;
	background: #fff url(../img/bkg_input.png) 0 0 repeat-x;;
}
input:focus, select:focus, textarea:focus, input.sffocus, select.sffocus, textarea.sffocus {
	background-position: 0 -50px;
}
input.bottone {
	padding: 5px;
	border: 1px solid #000;
	width: auto;
	font-weight: bold;
	background: #006 url(../img/bkg_bottone.png) 0 0 repeat-x;
	color: #fff;
}
input.bottone:focus, input.bottone.sffocus {
	background-position: 0 -60px;
}
form br {
	clear: left;
}

