.PainelCorpo
{
	position:absolute;
	left:0px;
	top:95px;
	width:100%;
	height:100%;
	background-color:#eaeaec;
}

.PainelLogon
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

.PainelLogon_QuadroLogon
{
	margin-left:50px;
	margin-top:50px;
}

.PainelLogon_Tabela_Linha
{
	height:40px;
}

.PainelLogon_Tabela_Legenda
{
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.PainelLogon_Tabela_Campo
{
	width:150px;
}

.PainelLogon_Texto_Lembrar
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.PainelLogon_Link_DlgSenha
{
	font-size:11px;
	color:#005b7f;
	text-decoration:underline;
	cursor:pointer;
}

.PainelImagem
{
	position:absolute;
	right:0px;
	bottom:100px;
	z-index:0;
}

.Imagem
{
	margin-top:50px;
	width:400px;
	height:378px;
}

.Quadro_Erro_Logon
{
	width:325px;
	height:60px;
	padding-left:40px;
	padding-top:12px;
	border:solid;
	border-width:2px 2px 2px 2px;
	border-color:#b82b2b;
	color:#000000;
	font-weight:bold;
	background-color:#FBE9AA;
	background-repeat:no-repeat;
	background-image:url(icAviso.gif);
	display:none;
}
