@charset "iso-8859-1";
/* Arquivo de Estilo da Tela de Login */

/* tela de login centralizada */
.fundo_login {
   display           : block;
   position          : absolute;
   top               : 50%;
   left              : 50%;
   width             : 280px;
   height            : 130px;
   margin-top        : -65px;
   margin-left       : -140px;
   border            : none;
   background-color  : #FFF;
}

/* mensagens externas */
.fundo_mensagens {
   display           : block;
   position          : absolute;
   top               : 50%;
   left              : 50%;
   width             : 280px;
   height            : 130px;
   margin-top        : 110px;
   margin-left       : -140px;
   border            : none;
   background-color  : #FFF;
   text-align        : center;
   overflow          : auto;
   color             : #00F;
}

/* link esqueci minha senha */
.fundo_esqueci_minha_senha {
   display           : block;
   position          : absolute;
   top               : 50%;
   left              : 50%;
   width             : 280px;
   height            : 130px;
   margin-top        : 80px;
   margin-left       : -140px;
   border            : none;
   background-color  : #FFF;
   text-align        : center;
   overflow          : auto;
   color             : #00F;
}

/* visualizao do módulo */
.fundo_modulo {
   display           : block;
   position          : absolute;
   top               : 50%;
   left              : 50%;
   width             : 280px;
   height            : 125px;
   margin-top        : -200px;
   margin-left       : -140px;
   border            : none;
   background-color  : #FFF;
   text-align        : center;
   color             : #000;
}

.modulo_titulo {
	font-size         : 14px;
}
