/* ESTILOS PARA BARRA DE LOGIN */

/* ESTRUTURA-BASE DA BARRA */
#login_bar {
	background-color: #00879d;
	width: 100%;
	height: 22px;
}

#login_inwrapper {
	width: 779px;
	height: 22px;
	background-image: url(../icon/bg_bar_login.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* BLOCO DA ESQUERDA */
#login_left {
	float: left;
	position: relative;
	left: 6px;
	top: 5px;
	color: #FFFFFF;
	height: 17px;
}

/* BLOCO DA DIREITA */
#login_right {
	float: right;
	position: relative;
	top: 5px;
	right: 6px;
	font-size: 10px;
	color: #FFFFFF;
	height: 17px;
}
#login_right a {
	color: #FFFFFF;
}
