﻿body 
{
	background-color:#343535;
	font-family:Arial;
	font-size:11px;
}
A:link    {	color :#363636; text-decoration : none;}
A:visited {color : #363636; text-decoration : none;}
A:active  {color : #1070b9; text-decoration : underline;}
A:hover   {color : #1187C2; text-decoration : underline;}

#divConteudo
{
	width:645px;	
	height:430px;
	background-image:url(../../Img/bg_line_sacx.gif);
	background-repeat:repeat-y;
}

#divLogin
{
	background-color:#EEF0F6;
	border: solid 1px #6489d4;
	text-align:center;
	margin:0 auto;
	width:300px;
	height:100px;	
	text-align:center;
	padding:10px;
}

#divCabecalho
{
	width:645px;
}

#divRodape
{
	width:645px;	
}

#divTudo
{
	width:645px;
	height:500px;
	text-align:left;
	margin: 0 auto;
}
#divLink
{	
	text-align:center;
	margin:0 auto;
	padding:10px;
}
#divFormulario
{
	margin-top:40px;
	text-align:center;
}

#tableSolicitaSenha
{
	padding-top:5px;
}


.labelVermelho
{
	color: #9F2409;
	font-weight: bold;
}
