.banner{
	width: 100%;
	min-width: 1020px;
	overflow: hidden;
	position: relative
}

.img-banner{
	z-index: -999;
	min-width: 1900px;
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
}

.formulario label.error { 
	float: left;
	color: white;
	text-align: left;
	font-size: 12px;zzzzzz
	position: absolute;
	padding: 10px;
	background: red;
	border: 1px solid #CCC;
	left: -201px;
	width: 180px;
	top: 9px;
	z-index: 100;
	line-height: 1;
	position: absolute;
}

.banner .container .formulario{
	width: 346px;
	height: 304px;
	float: right;
	margin-top: 20px;
	background: url("../img/form-fundo.png");
	padding: 10px;
	padding-top: 20px;
}

.banner .container .formulario .titulo{
	font-size: 23.9px;

}

.banner .formulario input[type="text"]{
	width: 335px;
	height: 35px;
	border: none;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 35px;
	border-radius: 3px;
	border: 1px solid #acc0be;
	color: #07596e;
	font-size: 15px;
	font-weight: lighter;
}

.formulario input::-webkit-input-placeholder {
   font-family: 'Lato', sans-serif;
   color: #07596e;
   font-size: 15px;
}

.formulario input:-moz-placeholder {  
   font-family: 'Lato', sans-serif;
   color: #07596e;
   font-size: 15px; 
}


.banner .formulario p{
	font-size: 10.9px;
	color: #09647c;
	text-align: center;
} 
.select-style{
	background: url("../img/select.png") right;
	height: 41px;
	width: 340px;
	margin-left: 7px;
	margin-top: 10px;
}

.select-style select{
	background: transparent;
	-webkit-appearance: none;
	border: none;
	width: 390px;
	height: 41px;
	font-family: 'Lato', sans-serif;
   color: #07596e;
   font-size: 13px;
}

.banner .formulario input[type="submit"]{
	background: url("../img/paravoce/botao-sprite.png") 0px 0px;
	width: 214px;
	height: 47px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	border: none;
	margin-top: 20px;
	margin-left: 10px;
}

.banner .formulario input[type="submit"]:hover{
	background: url("../img/paravoce/botao-sprite.png") 0px 47px;

}