.form input[type="text"], .form input[type="password"] {
	width: 344px;
	border: 0 !important;
	border-bottom: 1px solid #959595 !important;
	background: white !important;
	float: left;
	margin: 0;
}

.form textarea {
	border: 1px solid #959595 !important;
	width: 342px;
	float: right;
	height: 64px;
	margin-top: 18px !important;
	background: white !important;
}

.form label {
	font-weight: normal !important;
	font-size: 12px;
	width: 70px;
	float: left;
	padding-top: 8px;
	line-height: 14px;
}

.form label .required {
	display: none;
}

.form .row {
	position: relative;
	clear: both;
	display: inline-block;
}

.form .row .errorMessage {
	position: absolute;
	top: 0;
	right: 0;
}

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-color: #fff;
	border: 1px solid #e8e8e8;
}

.contato-coluna-direta {
	float: right;
	width: 500px;
}

#contato-coluna-esquerda {
	width: 420px;
	float: left;
	line-height: 14px;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

.titulo-localizacao {
	margin: 30px 0 10px;
}

.btn-enviar {
	font-size: 18px;
	color: #e30613;
	text-transform: uppercase;
	background: transparent;
	border: none;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	padding: 0;
	cursor: pointer;
}