
.Form {
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #ABD009;
}

.texto {
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 95%;
	height: 102%;
}

.label {
	color: #222222;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.content { }

.botao, .botao a {
	width: 90px;
	color: #222222;
	background-color: #BEE50F;
	border: 2px solid #94B20F;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.Form input {
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #7E980B;
}

.Form textarea {
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #7E980B;
	
}
