/* ###

  Arquivo responsável pelo estilo da tela de login
         
### */

body {
  background:#e3e3e3 url(../img/bkg-body-login.gif) repeat-y;
}

div#moldura-navegacao-global {
  height:20px;
}

div#navegacao-global {
  padding-top:20px;
}
 
div#corpo {
  background  :#e3e3e3;
  margin-left :0;
}

div#corpo h3 {
  margin-top:20px;
}

div#conteudo {
  overflow:hidden;
  _height :100%;
}

div#conteudo-login {
  float :left;
  width :630px;
}

div#acesso-sistema {
  float:right;
  width:230px;
}

div#acesso-sistema p.acesso-form {
  background    :#efefef;
  padding       :1px;
}

div#acesso-sistema p.acesso-gestores {
  margin-bottom:5px;
}

div#acesso-sistema ul {
  list-style    :none;
  padding-left  :5px;
  margin-bottom :20px;
}
 