﻿A:LINK 	{
	text-decoration : none; COLOR: darkblue
	}
A:VISITED {
	text-decoration : none; COLOR: darkblue
	}
A:HOVER	{
	text-decoration : none; COLOR: red
	}
body
{
 background-color:#FFFF99;
}
#container
{
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -180px;
    position: absolute;
    border: 1px solid black;
    background-image: url('imagens/back_login.jpg');
    background-repeat: no-repeat;
}
 #login
 {
  float:left;
  width:50px;
  
 }
 #senha
 {
  float:left;
  width:50px;
 }
 #topo
 {
  width:1024px;
  height:150px;
  background-color:#FFCC00;
 }
 #td_logo
 {
 width:671px;
}
 #td_slogan
 {
    width:353px;
 }
.label
 {
  font-family:Verdana;
  font-size:x-small;
  font-weight: bold;
  color:Navy;
 }
input
{
    font-family: Verdana;
    font-size: x-small;
    color: #000080;
    background-color: #FFFF99;
    border: 1px dotted #FF0000;
}
#borda
{
    top: 84%;
    left: 76%;
    margin-top: -100px;
    margin-left: -180px;
    position: absolute;
    width: 300px;
    border: 1px solid #FF9900;
}
.erro
 {
  font-family:Verdana;
  font-size:x-small;
  font-weight: bold;
  color:Red;
 }

