div#contato{
	width: 989px;
	float: left;
	background-color: #D1CEC1;
	padding: 30px 0 30px 0;
}
div#formContato{
	width: 812px; height: 650px;
	margin: 0px auto;
	background: url("../../img/site/fundoContato.jpg") no-repeat center center;
}
div#formContato form{
	width: 330px; height: 320px;
	position: relative;
	top: 165px; left: 480px;
}
div#formContato label{display: none;}

div.text, div.textarea{
	width: 310px;
	float: left;
	padding: 0 20px 0 0;
}
div.text{height: 50px;}

div.textarea{padding: 50px 0 0 0;}

div.text input, div.textarea textarea {
	float: right;
	border: 1px solid #D1CEC1;
	padding: 3px 2px 0 2px;
	font-size: 14px;
}
div.text input{width: 210px; height: 20px;}

div.textarea textarea{width: 300px; height:135px;}

div.submit{
	position: relative;
	width: 75px; height: 20px;
	float: right;
	padding: 3px 10px; 0 0;
}
div.submit input{
	width: 75px; height: 20px;
	float: left;
	text-indent: -9000px; overflow: hidden;
	background: url("../../img/site/contatoSubmit.gif") no-repeat center center;
	font-size: 0px;
}
div.error-message{
	height: 13px;
	width: 130px;
	color: red;
	float: right;
	font-size: 10px;
}
div#contato .sucesso{
	border: 1px solid white;
	width: 300px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
div#contatos{
	display: none;
}
div.acabamento{
	width:990px; height:49px;
	float: left;
	background: url("../../img/site/topRodape.png") no-repeat bottom center;
}


