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

.itemFormulario {

	width: 400px;
	padding: 5px;
	
}

.itemFormulario label {
	
		height: 20px;
	width: 150px;
	float:left;
}


.itemFormulario input {
	height: 20px;
	border:solid thin #900;
	background:url(../img/contato/fundo_input.jpg) repeat-x;
	font-size:12px;
	padding-left: 10px;
		
}


.itemFormulario button {
	
	background:url(../img/contato/fundo_botao.jpg) no-repeat;
	width: 100px;
	height: 30px;
	border: none;
	color:#FFF;
		
}

.itemFormulario select {
	height: 20px;
	background:#FFF;
		background:url(../img/contato/fundo_input.jpg) repeat-x;
	border:solid thin #900;
	font-size:12px;
	padding-left: 10px;
	
}

.itemFormulario textarea {
	background:#FFF;
		background:url(../img/contato/fundo_input.jpg) repeat-x;
	border:solid thin #900;
	font-size:12px;
	padding-left: 10px;
	
}



.alinha-formulario  {
	width: 500px;
	margin: 0 auto;
	
}

.error {
	width: 400px;
	background:#FFECEC;
	border:thin #900;
}