﻿div#loginContainer {
float:left;
height:auto;
padding-right:50px;
padding-top:0;
width:150px;
}

.loginForm {
float:left;
height:auto;
margin-left:826px;
position:absolute;
top:76px;
width:auto;
z-index:25;
}

.loginLabelClass {
width:50px;
font-family: Verdana;
font-size: 7pt;
color: #414141;
font-weight: bold;
}

input.txtLogin
{
width: 120px;
} 

.loginInputClass 
{		
}

div#loginDiv, div#senhaDiv , div#outrosDiv
{
display: block;
height: 45px;
margin-top:-11px;
}


/*BTN CADASTRAR*/

a.btnCadastro:link{
text-transform: uppercase;
color: #da771c;
font-family:Verdana;
font-size:8pt;
font-weight: bold; 
text-decoration: none;

}
a.btnCadastro:hover {
text-transform: uppercase;
color: #b46319;
font-family:Verdana;
font-size:8pt;
font-weight: bolder;
text-decoration: underline; 
}

a.btnCadastro:visited {
text-transform: uppercase;
color: #da771c;
font-family:Verdana;
font-size:8pt;
font-weight: bolder; 
text-decoration: none; 
}

a.btnCadastro 
{

}

/*BTN ESQUECI SENHA*/

a.btnEsqueci:link{
text-transform: lowercase;
color: #646363;
font-family:Verdana;
font-size:7pt;
font-weight: bold;
text-decoration: none;      
}
a.btnEsqueci:hover {
text-transform: lowercase;
color: #646363;
font-family:Verdana;
font-size:7pt;
font-weight: bold;
text-decoration: underline;     
}
a.btnEsqueci:visited{
text-transform: lowercase;
color: #646363;
font-family:Verdana;
font-size:7pt;
font-weight: bold;  
text-decoration: none;    
}

/*BTN LOGIN*/

a.btnLogin:link{
text-transform: uppercase;
color: #646363;
font-family:Verdana;
font-size:7pt;
font-weight: bold;
text-decoration: none;      
}
a.btnLogin:hover {
text-transform: uppercase;
color: #646363;
font-family:Verdana;
font-size:7pt;
font-weight: bold;
text-decoration: underline;     
}
a.btnLogin:visited {
text-transform: uppercase;
color: #646363;
font-family:Verdana;
font-size:7pt;
font-weight: bold;  
text-decoration: none;    
}
