html, body {
	margin: 0px;
	height: 100%;
}
#rodape_login {
	position:fixed;
	bottom:0px;
	width: 100%;
	clear: both;
}
#versao_presto {
	background-image: url(imagens/logo_presto.gif);
	width: 100px;
	height: 30px;
	background-repeat: no-repeat;
	color: #E5E5E5;
	padding: 1px 0px 0px 60px;
	font-weight: bold;
	font-size: 13px;
}
#gamma3 {
	float: right;
}
#conteiner_login {
	height: 100%; 
	display: table;
	width: 100%;
}
#row_login {
	display: table-cell; 
	vertical-align:middle;
	float:none; 
}
#conteiner_box {
	margin: auto
}
#esqueci_senha {
	margin-top: 20px;
	color: #999;
}
#esqueci:hover {
	color: #666;
}
#logo_gamma {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}
#redirecionando {
	display: none;
	margin: 30px 60px;
	color: #999;
}
#form_lembrete {
	padding: 20px;
	display: none;
}
#fechar_lembrete {
	display: none;
	position: absolute;
	margin-top: 20px;
	margin-left: 440px;
}
