table.contacto{
	margin: 50px 0px 50px 0px;
}
td.contacto{
	float: left;
	color: #333;
	font-size: 14px;
}
input.contacto{
	margin-bottom: 15px;
	padding-left: 5px;
	border: none;
	border: solid #eee 1px;
	height: 25px;
	width: 400px;
	color: #D84A0E;
	font-size: 14px;
	border-radius: 20px;
}
textarea.contacto{
	border: solid #eee 1px;
	padding-left: 5px;
	height: 100px;
	width: 396px;
	color: #D84A0E;
	font-size: 14px;
	border-radius: 20px;
}
button.contacto{
	font-size: 14px;
	background-color: #D84A0E;
	color: #fff;
	padding: 5px;
	height: 32px; 
	border: 0px ;
	z-index: 20px;
	float: left;
	margin-top: 25px;
	border-radius: 20px;
}