﻿/* Topo */
#topo .titulo 
{
	display: table-cell;
	vertical-align: bottom;
	height: 80px;
}

#topo .titulo span 
{
	font-family: 'Y2KNeophyteRegular';
	font-size: 29pt;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 60px;
}

/* Fim Topo */

/* div central */

#formCentro div.conteudo
{
	background-image: url("../../Layout/Images/bkg_login_comil.jpg");
	height: 500px;
	background-repeat: no-repeat;
	width: 980px;
}

#formCentro .textbox 
{
	height: 22px;
	width: 165px;
	line-height: 22px;
}

a.btnEntrar 
{
	position: absolute;
	top: 99px;
	left: 208px;
	color: #647883;
	cursor: default;
	text-decoration: none;
	display: block;
	width: 55px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

#errosValidacao 
{
	display: none;
	position: absolute;
	background-color: #FFFFF2;
}

input.txtUsuario 
{
	position: absolute;
	left: 100px;
	top: 36px;
}

input.txtSenha 
{
	position: absolute;
	left: 100px;
	top: 70px;	
}

#btnTrocarSenha
{
	font-size: 10px;
	position: absolute;
	left: 87px;
	top: 100px;
	height: 16px;
	line-height: 16px;
	width: 118px;
	background-image: url("../../Layout/Images/icons/trocarSenhaLogin.png");
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
}

/* fim div central */
