.formulario{
	float:left;
	width:225px;
	height:200px;
	margin:10px 0 0 20px;
}

#texto .formulario p{
	padding:0;
}
.formulario .input{
	border:1px solid red;
	width:180px;
	height:20px;
	font-size:.9em;
	color:red;
}
.formulario textarea{
	border:1px solid red;
	width:180px;
	height:150px;
	font-size:.9em;
	color:red;
}

#texto .endereco{
	padding:0 0 0 20px;
}