/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* 																													 */
/* 																	           	             						 */
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */


input, textarea {
	background-color: white; 
	font-family: Century Gothic;
/*	font-size: 18pt; */
	border-style: solid; 
	border-color: gray;
	}
	
input:focus {
	background-color: yellow; /*yellow  khaki */
	}	

textarea:focus {
	background-color: yellow; /* yellow  khaki*/
	}

input.tasto, .tasto {
/*	font-size: 12 pt;
	font-family: Century Gothic; */

	color: black; /* colore del testo */ 
	font-weight: normal; /* era bold */
	background-color: silver; 
	border-style: groove; 
	border-color: gray;
	}