div,td,p,a {
	font-family: Tahoma;
	font: 10px;
	color: #4A454A;
}
a {
	color: #9E7D48; 
	text-decoration: none;
}
a:hover {
	color: #9E7D48; 
	text-decoration: underline;
}
INPUT.newsletter {
	width:130px;
	background-color:#ECECE4;
	border:1px solid #a49989;
	height:17px;
}
SELECT.newsletter {
	width:130px;
	background-color:#ECECE4;
	border:1px solid #a49989;
	height:17px;
}
INPUT.sender {
	width:40px;
	background-color:#ECECE4;
	border:1px solid #a49989;
	height:17px;
	cursor:hand;
}
TEXTAREA.area{
	background-color:#ECECE4; 
	border:1px solid #a49989;
	height:120px;
	width:100%;
}

