@charset "utf-8";
/* CSS Document */

/*****************************************
http://www.ugeirm.com.br/admin/login/login.php
Copyright 2010 Fabricasoft - Sistemas WEB
escrito por/written for Renato Corrêa

*** CSS da Tela de Login do Gerenciador ***

*******************************************/
/*
div {
   border: 1px #C00 solid;
   }
*/
* { 
   margin:0; 
   padding:0; 
   }
   
body {
   background:url(../img/tile.gif);
   background-repeat: repeat;
   font: normal 62.5%/100% Arial, Helvetica, sans-serif;
   height:100%;
   text-align:center;
   }
a:link{
   color: #261360;
   text-decoration: none;
   }
a:hover {
   color: #A52021;
   }

#topo {
   margin: 100px auto 0 auto;
   width: 427px;
   height: 26px;
}   

#divPrincipal{
   background:url(../img/fundoDivPrincipal.jpg) no-repeat center center;
   margin: 0 auto 0 auto;
   width: 410px;
   height: 260px;
   }
   
#logoCliente {
   float:left;
   margin: 13px auto auto 30px;
}

form {
   text-align: left;
   width: 180px;
   float: right;
   margin: 15px 37px auto auto;  
   }

.legend, .erro{
   margin-bottom: 10px;
   color: #A52021;
   font: bold 1.5em/130% Arial, Helvetica, sans-serif;
   }

.erro{
   background-color: #F2F2F2;
   font: bold 1.5em/140% Arial, Helvetica, sans-serif;
   }
   
 
   
#fundoTitle {
   background: url(../img/fundoTitle.gif) repeat-x;
   width: 100%;
   height: 3px;
   border: 0;
   } 
   
label {
   color: #D4A426;
   font: bold 1.4em/140% Arial, Helvetica, sans-serif;
   }  

#usuario, #senha {
   background-color: #F2F2F2;
   border: 3px double #C0C0C0; 
   }
   
#submit {
   margin-top: 5px;
   }
 
#fundoDivRodape {
   background:url(../img/fundoDivRodape.gif) no-repeat;
   margin: 5px auto 1em auto;
   width: 407px;
   height: 42px;
   }
   
#rodapeText {
   line-height: 140%;
   color: #261360;
   font-size: 1.1em;
   font-weight: bold;
   text-align:left;
   margin: 7px auto 1em 10px;
   float:left;
   width: 200px;
   height: 30px;
   }
   
#rodapeLogo {
   margin: 6px 10px 1em auto;
   float: right;
   width: 144px;
   height: 32px;
   }