@charset "utf-8";
/* CSS Document */

body{
	font:small;
}

#formulario{
	margin:20px auto;
	width:570px;
	height:740px;
	border-style:groove;
	padding:20px 10px;
}

#formulario p{
	font-size:18px;
}

#formulario h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

#contato{
	width:560px;
	height:auto;
}

#contato .texto{
	margin:0 auto;
	width:200px;	
}

#contato .texto1{
	margin:0 auto;
	width:165px;	
}

#contato .texto2{
	margin:0 auto;
	width:250px;
}

#contato .email{
	width:250px;
}

#asteristico{
	color:#F60;
}

#contato textarea{
	width:545px;
	height:200px;
}

#contato #botao{
	background-color:#F60;
	color:#ffffff;
	width:100px;
}

#contato .numero{
	width:30px
}

#tels{
	margin:0;
	padding:0;
	width:320px;
	height:50px;
	float:right;
}

#tels p{
	color::#F60;
	font-size:small;
}

#estado{
	width:200px;
}

#resposta{
	margin:50px auto 0;
	width:500px;
	height:300px;
	border-style:groove;
}