@charset "iso-8859-1";
.contato_campo_text {
	width: 350px;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 16px;
	padding: 5px;	
}
.contato_campo_text_m {
	width: 200px;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 16px;
	padding: 5px;
}
.contato_campo_text_p {
	width: 50px;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 16px;
	padding: 5px;
}

.contato_campo_text_area {
	width: 350px;
	border: 1px solid #CCC;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

	padding: 5px;
}
.contato_botao {
	height: 37px;
	width: 130px;
	background-image: url(enviar.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
