/* Mobile Layout: 480px and below. */

.formulario {
	width: 100%;
}

.area_formulario {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.area_mensagem {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.area_mensagem span {
	font-size: 13px;
}

.area_checkbox {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.area_botao_enviar {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.area_botao_upload {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.area_upload_arquivo {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.bt_upload {
	width: 100%;
	clear: both;
	height: 40px;
	background: #0B8149;
	border-radius: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border: 0;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tit_campo_form {
	float: left;
	clear: both;
	width: 98%;
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

.campo_form {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;
	background: #FFFFFF;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #999;
}

.campo_form:-webkit-input-placeholder {color:#999;} /* Navegadores que tenham suporte ao Webkit */
.campo_form:-moz-placeholder {color:#999;} /* Firefox 18- */
.campo_form:-moz-placeholder {color:#999;} /* Firefox 19+ */
.campo_form:-ms-input-placeholder {color:#999;} /* Internet Explorer */
.campo_form:valid {background: #FFF;}	
.campo_form:invalid {background: #FFF;}

.campo_checkbox {
	float: left;
	clear: none;
	width: 200px;
	margin-right: 2%;
	margin-top: 5px;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #999;
}

.area_select_form {
	float: left;
	clear: both;
	width: 100%;
	min-height: 40px;
	background: #FFFFFF url(new_arrow.png) no-repeat right;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	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;	
	color: #999; 
}

.txt_form {
	float: left;
	clear: both;
	width: 98%;
	height: 80px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #999;
}

.txt_form:-webkit-input-placeholder {color:#999;} /* Navegadores que tenham suporte ao Webkit */
.txt_form:-moz-placeholder {color:#999;} /* Firefox 18- */
.txt_form:-moz-placeholder {color:#999;} /* Firefox 19+ */
.txt_form:-ms-input-placeholder {color:#999;} /* Internet Explorer */
.txt_form:valid {background: #FFF;}
.txt_form:invalid {background: #FFF;}

.bt_form {
	width: 100%;
	clear: both;
	height: 40px;
	background: #0B8149;
	border-radius: 5px;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
}

@media screen and (max-width:321px) {
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
}


@media only screen and (min-width: 600px) {	
.bt_form {
	float: right;
	clear: right;
	width: 25%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.area_formulario {
	float: left;
	clear: none;
	width: 45%;
	margin-right: 5%;
}

.campo_checkbox {
	margin-right: 2.8%;
}

.area_mensagem {
	width: 95%;
}

.area_botao_enviar {
	width: 95%;	
}

.area_botao_upload {
	clear: none;
	width: 25%;
}

.area_upload_arquivo {
	float: right;
	clear: right;
	width: 74%;
	margin-left: 1%;
}
}


@media only screen and (min-width: 1024px) {
}


@media only screen and (min-width: 1280px) {
}


@media only screen and (min-width: 1366px) {
}
