form fieldset label {
	display: block;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 11px;
}

form fieldset .c {
	font: 11px Arial, Tahoma, Verdana;
	padding: 2px 3px;
	border: 2px solid #DDD;
}
form fieldset .focus {
	border: 2px solid #BD9C00;
}

form fieldset .rowButton {
	margin-top: 10px;
	padding: 8px 0;
	cursor: default;
}

form fieldset .rowButton input {
	background: #BD9C00;
	font-weight: bold;
	font: 12px Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #FFF;
	padding: 3px 1px;
	border: 1px solid #DFC345;
	border-right-color: #8F7500;
	border-bottom-color: #8F7500;
	margin-right: 2px;
	cursor: pointer;
}
form fieldset .rowButton input.over {
	background: #BFAA47;
}

#conteudo .bloco-esquerda {
	width: 100px;
}
#conteudo .bloco-direita {
	width: 330px;
	margin-right: 68px;
}
#conteudo .bloco-mapa {
	float: right;
	display: inline;
	margin: 12px 20px 0 0;
}
#conteudo .bloco-mapa a img {	
	margin: 0 0 40px 0;
}
#contato .bloco-mapa p {	
	width: 346px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
#contato .bloco-mapa span {		
	font-size: 18px;		
}
.representantes {
	float: left;
	padding: 12px 14px;	
}
.representantes h3 {
	font-size: 16px;
	color: #BD9C00;
}

#lista-representantes {
	margin-top: 16px;
}

#lista-representantes li {
	display: block;
	margin-top: 2px;
	margin-left: 6px;
}
#lista-representantes a.uf {
	font-size: 12px;
	color: #CFAE19;
	font-weight: bold;
	display: block;
	margin: 4px 0;
	outline: 0;
}
#lista-representantes a.uf:hover {
	text-decoration: underline;
	color: #E5C947;
}
#lista-representantes a.clicked {
	text-transform: uppercase;
	color: #E5C947;
}
#lista-representantes li ul {
	margin-bottom: 3px;
	display: none;
}
#lista-representantes li ul a {
	color: #FFF;
	text-decoration: underline;
}
#lista-representantes li ul a:hover { text-decoration: none; }

/* Solicite */
#formContato #produto {
	background: #8e8e8e;
	border: 1px solid #000;
	padding: 4px 2px;
	color: #fff;
}
