/* Muda a cor do menu selecionado */
.container .norte #menu_topo #menu #botao_contato {
	background: #fff url('../../images/fundo_menu_selecionado.jpg') repeat-x;
}

.container .norte #menu_topo #menu #botao_contato a {
	color: #225;
}

/* Bloco do centro */
#bloco_centro {
    width: 1005px;
	min-height: 275px;
    _height: 275px;
    border: 0px solid #f00;
}

#bloco_centro #imagem {
	width: 980px;
	height: 150px;
	margin: 10px;
	background: #fff url('../../images/email.jpg') no-repeat;
}

#bloco_centro #descricao {
	width: 960px;
	min-height: 255px;
	_height: 255px;
	text-align: justify;
	padding: 10px;
	margin: 10px;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #descricao #lesq {
	width: 455px;
	min-height: 250px;
	_height: 250px;
	text-align: justify;
	border: 0px solid #444;
	margin-bottom: 10px;
	float: left;
}

#bloco_centro #descricao #lesq h2 {
	color: #333;
}

#bloco_centro #descricao #lesq #titulo {
	width: 450px;
	min-height: 22px;
	line-height: 22px;
	_height: 22px;
	border: 0px solid #444;
	text-align: center;
	color: #777;
	margin-bottom: 15px;
	float: left;
}

#bloco_centro #descricao #lesq .texto {
	width: 85px;
	min-height: 20px;
	line-height: 20px;
	_height: 20px;
	border: 0px solid #444;
	text-align: right;
	float: left;
}

#bloco_centro #descricao #lesq .campo {
	width: 350px;
	min-height: 22px;
	_height: 20px;
	border: 0px solid #444;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
}

#bloco_centro #descricao #lesq .campo .input {
	width: 340px;
	height: 16px;
	line-height: 16px;
	border:1px solid #ccc;
	padding-top: 3px;
	float: left;
}

#bloco_centro #descricao #lesq .campo .textarea {
	width: 337px;
	height: 90px;
	border:1px solid #ccc;
	padding-top: 1px;
	padding-left: 3px;
	float: left;
}

#bloco_centro #descricao #lesq .campo .obrigatorio {
	width: 336px;
	background: #fff url('../../images/linha_campo_obrigatorio.gif') repeat-y;
	padding-left: 4px;
}

#bloco_centro #descricao #ldir {
	width: 500px;
	min-height: 250px;
	_height: 250px;
	text-align: justify;
	border: 0px solid #444;
	padding-top: 15px;
	margin-bottom: 10px;
	float: left;
}

#bloco_centro #descricao #ldir fieldset {
	border: 1px solid #ccc;
}

#bloco_centro #descricao #ldir fieldset a {
	color: #22c;
}
