input {
	width: 175px;
	height: 20px;
	border: 1px solid #000;
}
textarea {
	width: 175px;
	height: 55px;
	border: 1px solid #000;
}
input.pulsante{
  font-size: 11px;
  width: 90px; 
  text-align: center;
	background-color: #ccc;
	border: 1px solid #000;
}
input.pulsante:hover, input.pulsante:active{
/*
  font-size: 11px;
  text-align: center;
*/
	background-color: #ffc15f;
}
input.pulsanteSmall{
  font-size: 11px;
  width: 50px; 
  text-align: center;
	background-color: #ccc;
	border: 1px solid #000;
}
input.pulsanteSmall:hover, input.pulsanteSmall:active{
  font-size: 11px; 
  text-align: center;
	background-color: #ffc15f;
}
select {
	height: 20px;
	width: 95px;
}
.checkBox {
	width: 13px; 
	height: 13px;
	border: 1px solid #808080;
}
.radio {
	width: 13px; 
	height: 13px;
	border: 0px solid #808080;
}
