/*@charset "utf-8";
 CSS Document */

/*Folha de estilo 100% estrutural.
Alinhamentos, tamanhos, posicionamentos
e qualquer regra que seja padrão independente 
da cor/tema que for utilizado.
Criado por Rafael Malveis Ximenes - 27/02/2009

*/

html, body
{
	height: 100%;
	overflow: hidden;
}
body
{
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}

div#Box
{
	background-repeat:no-repeat;
}

div#OverBox, div#Box
{
	height: 444px;
	width: 340px; /* Alinhamento */
	position: absolute;
	top: 50%;
	margin-top: -222px;
	left: 50%;
	margin-left: -170px; /**/
}
div#LogoAplicacao
{
	background-image: url(../../Imagens/Login2/LogoAplicacao.gif);
	height: 69px;
	width: 185px; /* Alinhamento */
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -92px; /**/
}
div#Rodape
{
	position: absolute;
	bottom: 5px;
	left: 0px;
	height: auto;
	width: 100%;
	clear: both;
}
div#Rodape a
{
	display: block;
}
span#LogoCelere
{
	background-image: url(../../Imagens/Login2/CelereITLogo.gif);
	background-repeat: no-repeat;
	width: 136px;
	height: 62px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

span#LogoTTQ
{
	background-image: url('../../Imagens/Login2/TotalQualityLogo.gif');
	background-repeat: no-repeat;
	width: 136px;
	height: 62px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

div#BarraInferior
{
	height: 28px;
	margin-top: 17px;
	margin-left: 155px;
}
div#BoxContent
{
	width: 298px;
	margin: auto;
	margin-top: 28px;
}
input.input
{
	background-color: transparent;
	width: 200px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #666;
	line-height: 25px;
}

div#TTLEsqueci
{
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

span.label
{
	display: block;
	width: 75%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}
input.Botao
{
	border: solid 1px #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 120px;
	height: 28px;
	cursor: pointer;
}
input.Botao:hover
{
	color: #FFF;
	border: solid 1px #000;
}
div#SuspendeBotao
{
	display: block;
	clear: left;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
* + html * div#SuspendeBotao
{
	width: 131px;
	text-align: right;
}
span.senha
{
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

div#SuporteErros
{
	width: 90%;
	text-align: center;
	margin: auto;
	margin-top: 80px;
	height: 170px;
}

div#SuporteMinimo
{
	font-size: 11px;
	width: 100%;
	text-align: center;
}

* + html * div#SuporteErros
{
	margin-top: 40px;
	height: 120px;
}
