fieldset { border: none; }
input
{ 	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	background-color: #B6A88F;
	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;
	position: absolute;
	left: 130px;
	width: 250px;
	}
textarea { 
	position: absolute; 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	background-color: #B6A88F;
	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;
	left: 130px;
	width: 250px;  }
.botao {
	width: auto!Important;
	height: auto;
	position: absolute;
	margin:180px 0 0 0;
	padding:0;
}
#conteudo { height: 420px; }
