#contacte input, textarea {
	border: solid 1px #999;
	background-color: #eee;
}
#contacte input.botons {
	padding: 3px 6px;
	color: #000;
	background-color: #eee;
	font-weight: bold;
}
#contacte input.botons:hover {
	border-color: #c33;
}