@charset "iso-8859-1";
.campo_text {
	width: 350px;
	border: 1px solid #CCC;
	height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

	padding: 5px;
}
.campo_text_m {
	width: 200px;
	border: 1px solid #CCC;
	height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

	padding: 5px;
}
.campo_text_area {
	width: 350px;
	border: 1px solid #CCC;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

	padding: 5px;
}
.botao {
	height: 25px;
	width: 100px;
	background-color: #CCC;
	border: 1px solid #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E6F20;
	border-right-color: #0B5718;
	border-bottom-color: #0E6F20;
	border-left-color: #0B5718;
}
