::-webkit-input-placeholder {color: #525269;}
:-moz-placeholder {color: #525269;}
::-moz-placeholder {color: #525269;}
:-ms-input-placeholder {color: #525269;}
::-ms-input-placeholder {color: #525269;} 


.form_modal {
	float: left;
	clear: both;	
	width: 100%;
	margin-top: 25px;
}

.campo_form_modal {
	float: left;
	clear: both;
	width: 98%;
	height: 30px;
	background: #FFF;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font-family: "Larsseit";
	color: #525269;
}
.campo_form_modal:valid {background: #FFF;}	
.campo_form_modal:invalid {background: #FFF;}

.area_select_form_modal {
	float: left;
	clear: both;
	width: 100%;
	min-height: 35px;
	background: #FFF url(select3.png) no-repeat right;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font-family: "Larsseit";
	color: #525269;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;	  
}

.area_select_form_modal::-ms-expand {display: none;} /* Remove seta padrão do IE*/

.txt_form_modal {
	float: left;
	clear: both;
	width: 98%;
	height: 60px;
	background: #FFF;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font-family: "Larsseit";
	color: #525269;
}
.txt_form_modal:valid {background: #FFF;}
.txt_form_modal:invalid {background: #FFF;}

.bt_form_modal {
	width: 100%;
	clear: both;
	height: 35px;
	font-family: "Larsseit-ExtraBold";
	background: #FFCE00;
	transition: background .5s ease;
	border: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.bt_form_modal:hover {
    background: #1B4073;
	color: #FFF;
}


@media only screen and (min-width: 600px) {	
.bt_form_modal {
	width: 40%;
}
}

