
table{width:100%;}
tr{width:100%;}
td{border:1px solid lightgray;text-align:center;padding:5px;font-size:90%;}
input[type='text'],select
{				
	padding:2px;
}
input[type='button']{
	padding:5px;
	height:40px;
	border:0px;
	border-radius:5px;
	background-color:steelblue;
	color:white;
}
input[type='button']:hover{background-color:#2d456c;cursor:pointer;}
input[type='text']
{
	width:80%;            
	margin:0px;
	text-align:center;            
}
input:read-only {
  background-color: transparent;
  color:gray;
  border:0px;
}
fieldset{	
	color:steelblue;
	border:1px dotted lightgray;
}
.pulsante
{
	width:25px;				
	margin-right:5px;
	margin-left:5px;
	text-align:center;				
}