  /* Página de Login */
  .login          {
				  font-family: Verdana;
				  width: 300px;
				  border: 1px inset #333333;
				  background-color: #FFFFFF;
                  }

  .login .UltraCardLogo
				  {
				  width: 155px;
				  height: 40px;
				  background-image: url(/Imagens/UltraCard.gif);
				  background-repeat: no-repeat;
				  }

  .login .IconeLogin
  				  {
				  background-image:  url(/Imagens/icones/IconeLogin.gif);
				  }

  .login td       {
                  font: 13px;
                  }

  .login td.titulo
                  {
                  font-family: Lucida Console, Courier;
                  font-size: 14px;
                  text-align: center;
                  background-color: #33FFAD;
                  border-bottom: 1px double #333333;
                  }

@import url(/especifico/css/login.css);