html, body
   {
      height: 100%;
      width: 100%;
   }
   
body
   {
      background-image: url("../imagens/fundo_menu_vertical.png");
      background-repeat: repeat-y;
      background-color: #FFFFFF;
      font-family: Arial, Verdana;
      font-size: 10pt;
      margin: 0px;
      overflow-x: hidden;
      text-align: left;
   }

#topo
   {
      background-color: #FFFFFF;
	  position: relative;
      margin-bottom: -157px;
	  height: 157px;
      width: 100%;
      z-index: 1;
   }

#logo
   {
      background: url(../imagens/logo_acw.png) no-repeat;
      width: 169px;
      height: 100px;
      margin-left: 30px;
   }

#vindo
   {
      float: right;
      text-align: left;
      width: 350px;
      padding-top: 30px;
   }

#admin
   {
      font-size: 1.2em;
      font-weight: bold;
   }

#data_hora
   {
      font-size: 1.0em;
   }

#menu_h
   {
      background-image: url("../imagens/fundo_menu_horizontal_cinza.png");
      background-repeat: repeat-x;
      background-color: #727172;
      width: 100%;
      height: 25px;
   }

#risco_h
   {
      background: #0d0d73;
      width: 100%;
      height: 5px;
   }

#sub_menu_h
   {
      background: #F0F3FF;
      width: 100%;
      height: 27px;
      border-bottom: solid 1px #DBD3DE;
      margin-left: -1px;
   }

#login
   {
      position: relative;
      top: 40%;
      left: 50%;
      width: 500px;
      height: 250px;
      margin: -125px 0 0 -250px;
      border: 1px #DBD3DE solid;
      background-color: #F0F3FF;
   }

#titulo
   {
      background-color: #0d0d73;
      padding: 10px;
      color: #FFFFFF;
      border-bottom: 1px solid #DBD3DE;
      font-size: 16pt;
   }

#centro
   {
      text-align: left;
      padding-top: 35px;
      padding-left:50px;
   }

#texto, #campo
   {
      float:left;
   }

#texto
   {
      text-align: right;
      margin-right: 10px;
      font-size: 14pt;
      line-height: 2em;
   }
   
#campo
   {
      text-align: left;
      line-height: 3em;
   }

#campo input
   {
      border: solid 1px #DBD3DE;
      width: 200px;
      padding: 5px;
      margin: 5px;
   }

#campo input:focus
   {
      background-color: #FFFFBF;
   }

#botao
   {
      clear: both;
      width: 100%;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 15px;
   }

#botao input
   {
      font-size: 12pt;
   }

#erro
   {
     border: 1px solid #DBD3DE;
     text-align: center;
     margin-left: -1px;
     margin-right: -1px;
     padding: 5px;
     background-color: #FFAEAE;
     font-weight: bold;
   }
   
#ip_linha
   {
     border: 1px solid #DBD3DE;
     text-align: center;
     margin-left: -1px;
     margin-right: -1px;
     padding: 5px;
     background-color: #FFFFBF;
     font-weight: bold;
   }
