body {
   background-color: #ffffff;
}

input {
   text-transform: uppercase;
}

label {
   font-family: Arial;
   font-size: 10pt;
}

.quadroLogin {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -110px;
   margin-top: -50px;
   background-color: #eeeeee;
   height: 100px;
   width: 220px;
   padding: 5px 5px 5px 5px;
   border-color: #c0c0c0;
   border-style: solid;
   border-width: 1px;
}

.quadroVersao {
   position: absolute;
   left: 50%;
   top: 100%;
   margin-left: -150px;
   margin-top: -100px;
   height: 40px;
   width: 300px;
}

.textoVersao {
   font-family: Arial;
   font-size: 10pt;
   color: gray;
   text-align: center;
}
