div,td,p,a,input {
	font-family: Tahoma;
	font: 11px;
	color: #7A7D3B;
}
a {
	color: #7A7D3B; 
	text-decoration: none;
}
a:hover {
	color: #000000; 
	text-decoration: underline;
}
INPUT.contatti {
	width:130px;
	background-color:transparent;
	border:1px solid #7A7D3B;
	height:17px;
}
INPUT.sender {
	width:40px;
	background-color:#D6D2C6;
	border:1px solid #7A7D3B;
	height:17px;
	cursor:hand;
}
TEXTAREA.area{
	background-color:transparent; 
	border:1px solid #7A7D3B;
	height:120px;
	width:100%;
}
