/* Folha de estilos terminal de visualizar ASO */

* {
margin:0;
padding:0;

}

a:link{color: black; text-decoration: none;}
a:visited{color: black; text-decoration: none;}
a:hover{color:green; text-decoration: underline;}

body{
width: 1000px;  
height: 585px;
margin: 0 auto; 
}



#box_geral {  
   background:url( "../imagens/tela_login2.jpg") no-repeat; 
   width: 100%;  
   height: 100%;  
 
     
}

#box_geral #box_logo { 
    float: left; 
    background:url( "../imagens/Logo Medlynx.png") no-repeat; 
    width: 400px;  
    height: 50px;  
    margin-left: 400px; 
    margin-top: 230px; 
     
}


#box_geral #box_senha {
    float: left; 
    background:url( "../imagens/login_senha.png") no-repeat;
    width: 400px;  
    height: 300px; 
    margin-left: 280px; 
}

/* texto das caixas input */
#box_geral #box_senha #login
{
  position: absolute;
  margin-left: 85px;
  margin-top: 65px;
  height: 25px;
  width: 245px;
  border-style: none;
}

#box_geral #box_senha #senha
{
  position: absolute;
  margin-left: 85px;
  margin-top: 137px;
  height: 25px;
  width: 245px;
  border-style: none;
  
}

#box_geral #box_senha #acao
{
  position: absolute;
  margin-left: 150px;
  margin-top: 180px;
  border-style: none;
}











/*
#box_geral #box_senha #textoform {

    color: teal;
}

#box_geral #box_senha #login {
    width: 400px;
    height: 100px;
    margin-left: 100px;
    margin-top: 200px;
    
}

#box_geral #box_senha #senha {
    margin-left: 100px;
    
    
}

#box_geral #box_senha #botao {
    margin-left: 150px;
    
}
*/
