@charset "utf-8";
/* CSS Document */

/*====================================================================================================
FORMULARIO
====================================================================================================*/
#formulario {
	max-width:96%;
	/*margin:0 auto 10px;*/
	padding:10px 2%;
	text-align:right;
	color: #999;
	border: #999 dashed 1px;
	background-color:#e5e5e5;
}
#campos {
	max-width:400px;
	text-align:right;
	margin:0 auto;
	padding:2%;
	/*border:#666 solid 1px;*/
}

.entreletras {
	font-size:14px;
	letter-spacing: 1px;
	padding:4px 0;
	margin:0;
}
.alinha-dir {
	text-align:right;
}
.alinha-cent {
	text-align:center;
}
.alinha-top {
	vertical-align:top;
}
input {
	width:70%;
}
textarea {
	width:70%;
}
#button {
	width:35%;
}
/*#formulario #campos input {
	width:100px;
}*/

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
	#campos {
		/*max-width:50%;*/
	}
}

/************************************************************************************
smaller than 770
*************************************************************************************/
@media screen and (max-width: 770px) {
	#campos {
		max-width:100%;
	}
	textarea {
		float:right;
	}
}

/************************************************************************************
smaller than 650 - uma coluna
*************************************************************************************/
@media screen and (max-width: 650px) {
	#campos {
		max-width:100%;
		/*padding-right:0;*/
	}
	textarea {
		float:none;
	}
}

/************************************************************************************
smaller than 560 - 480
*************************************************************************************/
@media screen and (max-width: 480px) {
	#formulario {
		text-align:center;
	}
	#campos {
		text-align:center;
		max-width:100%;
		padding-right:0;
	}
	.alinha-dir {
		text-align:center;
	}
	input {
		width:90%;
	}
	textarea {
		width:90%;
	}
	#button {
		width:45%;
		height:30px;
	}
}

/************************************************************************************
smaller than 300
*************************************************************************************/
@media screen and (max-width: 300px) {
	#campos {
		/*max-width:98%;*/	
	}
}
