* { 
  margin: 0; 
  padding: 0;
  top: 0;
  left: 0;   
}

body { 
  font-family: Calibri, Serif; 
  background: url(images/login_fundocinza.png) top center no-repeat white; 
/* a cor de fundo era #c4c4c4 */  
}

form {
  width: 900px; 
  height:550px; 
  margin: 6px auto 0;  
}

legend { 
  display: none; 
}

input { 
	font-family: Calibri, serif;
	width: 200px; 
}

.clear { 
clear: both;
}

.divlogocentro {
  text-align: center;
  margin: auto; 
}

.boxazul  {
  margin: auto; 
  background-image: url(images/login_boxazul.png); 
  background-repeat: no-repeat; 
  background-position:top center;  
  margin: 40px auto 0;
 }
 
.labelbranco {
  font-family: Calibri, Serif;
  color: White;
}  

.labelvermelho {
  font-family: Calibri, Serif;
  color: Red;
}  

.linkazul {
  font-family: Calibri, Serif;
  color: #0b4384;
  font-weight:bold;
  font-size: large;
  vertical-align:bottom;
  text-decoration: none;      
}  

.divbotaologin {
  height: 27px;
  width:115px;
  background-image: url(images/botaomedio.png); 
  background-repeat: no-repeat; 
  background-position:left center;
  text-align: center;  
  vertical-align: bottom;
  text-decoration: none;  
}  
   
.linkazulpequeno {
  font-family: Calibri, Serif;
  color: #0b4384;
  font-weight:bold;
  font-size: small;  
}  

.titulobranco {
  font-family: Calibri, Serif;
  color: White;
  font-size: xx-large; 
  vertical-align: bottom;
}  

.tituloverde {
  font-family: Calibri, Serif;
  color: #99b62c;
  font-size: x-large; 
  vertical-align: bottom; 
 }