#logo {
	position: absolute; 
	left: 431px;
	top: 0px;
	width: 75px;
	height: 35px;
}

#titulo {
	position: absolute;
	left: 431px;
	top: 35px;
	width: 151px;
	height: 55px;
}

#contato-texto {
	position: absolute;
	left: 436px;
	top: 100px;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

span.contatoErros { color: #F60; }
p.contatoNomeCampo {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10px; color: #666;
	text-align: right;
	padding: 6px 5px;
}

#contato-form {
	position: absolute;
	right: 102px;
	bottom: 15px;
	width: 350px;
	height: 211px;
	text-align: right;
}

#contato table {
	border: 0;
	width: 300px;
}

#contato-form td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #666;
}

td.contato-form-td-label {
	display: table-cell;
	width: 100px;
	height: 27px;
	vertical-align: middle;
	padding: 0 10px 0 0;
	text-align: right;
}

td.contato-form-td-field {
	width: 200px;
	height: 27px;
	text-align: left;
}

#form-envio input, textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	border: 1px solid #dbdbc2;
	background: #e6e6d4;
	width: 200px;
	padding: 4px 0px 0px 4px;
	margin: 0 0 5px 0;
	clear: both;
}
#form-envio input {
	height: 17px;
}
#form-envio textarea {
	height: 80px;
}

#contato-form #enviar {
	font-family: Arial, Helvetica, sans-serif ; font-size:11px; font-weight: bold;
	color: white;
	background: #FF8C40; 
	width: 50px;
	height: 20px;
	border: none;
	padding: 4px;
}
