div,td,p,a,input {
	font-family: Tahoma;
	font-size: 10px;
	color: #3d3d3d;
}
.yellowThing {
	background: #D6D2C6;
}
.whiteThing {
	background: #E9E6D7;
}
a {
	color: #3d3d3d; 
	text-decoration: none;
}
a:hover {
	color: #3d3d3d; 
	text-decoration: underline;
}
a.prodotti {
	color: #3d3d3d; 
	text-decoration: none;
}
a.prodotti:hover {
	color: #3d3d3d; 
	text-decoration: none;
}
INPUT.newsletter {
	width:130px;
	background-color:#F2F2E9;
	border:1px solid #D6D2C6;
	height:17px;
}
INPUT.contatti {
	width:130px;
	background-color:#E9E6D7;
	border:1px solid #D6D2C6;
	height:17px;
}
SELECT.newsletter {
	width:130px;
	background-color:#ECECE4;
	border:1px solid #a49989;
	height:17px;
}
INPUT.sender {
	width:34px;
	background-color:#D6D2C6;
	border:1px solid #D6D2C6;
	height:17px;
	cursor:hand;
}
TEXTAREA.area{
	background-color:#E9E6D7; 
	border:1px solid #D6D2C6;
	height:120px;
	width:100%;
}

