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

.container .norte #menu_topo #menu #botao_login 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/teclado.jpg') no-repeat;
}

#bloco_centro #formulario {
	width: 960px;
	min-height: 110px;
	_height: 110px;
	text-align: center;
	padding: 10px;
	margin: 10px;
	border: 0px solid #444;
}

#bloco_centro #formulario #fmeio {
	width: 300px;
	min-height: 100px;
	_height: 100px;
	margin-top: 15px;
	border: 1px dotted #444;
	margin: 10px auto;
}

#bloco_centro #formulario #fmeio #resposta {
	height: 25px;
	line-height: 25px;
	color: #f00;
	font-weight: bold;
}

#bloco_centro #formulario #fmeio .descricao {
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: right;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #formulario #fmeio .campo {
	width: 230px;
	height: 22px;
	line-height: 22px;
	text-align: left;
	padding-left: 3px;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #formulario #fmeio .campo .input {
	width: 220px;
}

