#texto {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#coluna-esquerda {
	width: 480px;
	float: left;
}

#coluna-direita {
	width: 426px;
	float: right;
}

#contato-form input[type="text"], #contato-form input[type="password"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #60000b;
	float: right;
	color: #60000b;
	font-size: 14px;
	margin: 0;
	vertical-align: top;
}

#contato-form textarea {
	background: transparent;
	border: 1px solid #60000b;
	float: right;
	width: 421px;
	margin-top: 10px;
	color: #60000b;
	font-size: 14px;
	height: 88px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contato-form label {
	font-weight: normal !important;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	margin-top: 7px;
}

#contato-form label .required {
	color: black;
	font-size: 16px;
	vertical-align: top;
}

#contato-form .row {
	position: relative;
	margin: 0 0 5px 0;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

#contato-form .row .errorMessage {
	position: absolute;
	top: -1px;
	right: 0;
	font-size: 12px;
}

.msg-sucesso {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success {
	background: #E6EFC2;
	border-color: #60000b;
}

div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error {
	background: #FEE;
	border-color: #C00;
}

#c-telefone {
	background: url('../../imagens/template/icones/telefonev.png') left center no-repeat;
	padding-left: 25px;
	margin-bottom: 7px;
}

#c-endereco {
	background: url('../../imagens/template/icones/localizacaov.png') left center no-repeat;
	padding-left: 25px;
	margin-bottom: 7px;
}

#c-email {
	background: url('../../imagens/template/icones/emailv.png') left center no-repeat;
	padding-left: 25px;
}

#dados-contato {
	font-size: 14px;
	color: #7e0023;
	clear: both;
	padding: 20px 0;
}

#dados-contato a {
	text-decoration: none;
	color: #7e0023;
}

#contato-form {
	width: 430px;
	float: left;
}

#ContatoForm_nome { width: 355px;}
#ContatoForm_email { width: 345px;}
#ContatoForm_telefone { width: 320px;}
#ContatoForm_assunto { width: 325px;}

.btn-enviar {
	font-size: 20px;
	color: #7e0023;
	background: transparent;
	border: 0;
	text-transform: uppercase;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#alternativa {
	float: right;
	font-size: 18px;
	margin-right: 50px;
	margin-top: 10px;
}