body{
  font-family : arial;
}

iframe {
  border: 0;
}

img{
  border:none;
}

.absoluta{
  margin-left:10px;
  margin-right:30px;

}

div#logomarca{	
  width : 540px;
  float:left;
  margin-top:10px;
  height:100px;
  text-align : center;
}

div#formlogin {
  width : 196px;
  height : 248px;
  background-image: url("../img/box_login.jpg");
  background-repeat : no-repeat;

  margin-top : 30px;
  margin-right : 30px;
  float : right;

  text-align : left;
}

div#formlogin form{
  margin-top : 55px;
}

div#formlogin label{
  font-size : 11px;
  color : #666666;
  text-align: left;
  margin-left: 15px;
  margin-top : 10px;
}

div#formlogin input[type=text], div#formlogin input[type=password]{
  border : 1px solid #888888;
  width : 165px;
  margin-left: 15px;
}

div#formlogin a{
  text-decoration : none;
  margin-left: 5px;
}

div#formlogin a:hover{
  /*text-decoration : underline;*/
  border-bottom: 1px solid #900;
}

div#formlogin a.btnLogin{
  width : 52px;
  height : 20px;
  text-align : left !important;
  margin-left: 15px;
}

div#formlogin img{
  margin-top: 10px;
  border: none;
}

div#formlogin p{
  background-image : url("../img/marcador_esqueceu-sua-senha.jpg");
  background-repeat : no-repeat;
  background-position : left;

  margin-left: 10px;
  margin-top: 10px;
  padding-left : 5px;
  font-size : 10px;
}

div#formlogin hr{
  border: none;
  width : 170px;
  height : 5px;
  margin-top : 10px;
  margin-left : 15px;

  background-image : url("../img/linha-branca-abaixo-esquece.png");
  background-repeat : no-repeat;
  background-position : left;
}


div#titulo{
  float : left;
  margin-left : 60px;
  margin-top : 60px;
  height : 115px;
  width : 665px;
}

div#conteudo{
  float : left;
  margin-left : 60px;
  margin-top : 20px;
  /*height : 315px;*/
  min-height:315px;
  height : auto;
  width : 535px;
}

div#conteudo div#box{
  background-image : url("../img/transparente.png");
  display : none;
  height: 100%;
  overflow : auto;
  padding : 10px;
  text-align : justify;
  font-size : 11px;
}

div#conteudo div#box h3{
  font-size : 15px !important;
}

div#conteudo div#box p{
  margin-top : 10px;
}

div#links{
  padding : 5px;
  float : right;
  height:120px;
  margin-right: 30px;
  margin-top:135px;
}

div#links a{
  text-decoration : none;
}

div#links img {
  border: none;
}

input#cnpj{
  width:200px;
}

div#wrapperLogin{
  width : 984px;
  margin : 0px auto;
  margin-top: -59px;
  background-repeat: no-repeat;
  height : 100%;
}

#errolog{
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
