.input_contacto {
	width: 257px;
	height: 42px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #864A22;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #e7d1c1;
}
.botaoenviar {
	width: 92px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

textarea {
	width: 570px;
	height: 254px;
	margin: 0px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #864A22;
	background-color: #e7d1c1;
}

input#submit
        {
	height: 40px;
	width: 92px;
	background-color: #999;
        }
         input#submit:hover
        {
	height: 40px;
	width: 92px;
	background-color: #F00;
        }