@charset "UTF-8";
/* CSS Document */

.formulario-campo, .formulario-select{
	margin-bottom:12px;
	padding:4px;
	font-size:9px;
	color:#6f735e;
	border:1px solid #b4b99b;
	background:url(Links/formularios-fundo.png) top left no-repeat;
}
.botao-busca, .botao-newsletter{
	width:160px;
	height:30px;
	margin:0px auto;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	border:0px;
	background:url(Links/botao-busca.png) top center no-repeat;
}

.botao-busca:hover{
	background-position:bottom;
}
.botao-newsletter{
	background-image:url(Links/botao-newsletter.png);
}
.botao-newsletter:hover{
	background-position:bottom;
}

.botao-enviar{
	margin-top:10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b4b99b;
	border:2px solid #b4b99b;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	background:#edf3e2;
}
.botao-enviar:hover{
	border:2px solid #fff;
	border-top:2px solid #b4b99b;
	border-left:2px solid #b4b99b;
}
label{
	display:block;
	font-size:11px;
}