.titulo_login{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#carregador_pai
{
	background:#000000;
    height:100%;
	POSITION: absolute;
    top: 0px;
	left: 0px;
    filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	visibility:hidden;
}
#carregador
{
	POSITION: absolute;
    top: 12%;
	left: 33%;
	visibility:hidden;
}
#imagens{
	border:solid 1px #000000;
	height:auto;
	width: auto;
	/*background:url(../imagens/banner_sec.gif);*/
}
#login
{
	POSITION: absolute;
    top: 12%;
	left: 33%;
	visibility:hidden;
}
table.caixa_login{
	background:url(../imagens/caixa_login.gif);
}
.botao_entrar{
	background:url(../sistema/sgc/imagens/botao_entrar.gif);
	height:18px;
	width:54px;
	border:0px;
}

.botao_cancelar{
	background:url(../sistema/sgc/imagens/botao_cancelar.gif);
	height:18px;
	width:68px;
	border:0px;
}