div#conteudo{
	width: 990px; height: 450px;
	background: url("../../img/fundoFale.png") repeat-x;
	float: left;
}
div#formContato{
	width: 540px; height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url("../../img/formBg.jpg") no-repeat center center;
}
div#formContato label{
	display: none;
}
div#inputs{
	width: 200px; height: 165px;	
	position: absolute;
	top: 165px; left: 520px;
}
div#inputs input{
	width: 190px;
	float: left;
	margin: 0 3px 3px 0;
}
div#inputs textarea{
	width: 190px; height: 80px;
	overflow: auto;
}
div#inputs input, div#inputs textarea{
	border: 1px solid gray;
	padding: 4px;
	font-size: 11px;
	color: gray;
}
div#enviar{
	width: 55px; height: 18px;
	position: absolute;
	top: 340px; left: 520px;
}
div#formContato p.sucesso{
	width: 540px; height: 400px;
	display: block;
	text-indent: -9000px; overflow: hidden;
	background: url("../../img/enviadoOK.jpg") no-repeat center center;
	margin-top:-20px;
}
div#enviar input{
	float: left; 
	background-color: white;
	color: #8C7F76;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.7px;
}
div.error-message{
	width: 200px;
	font-size: 10px;
	text-align: right;
	color: red;
	float: right;
	padding: 0 10px 0 0;
}
div#rodape{
	clear: both;
}

