/* Cascading Style Sheet */
.input_lbl{
margin-left:10px;
color:#333399;
font-weight:bolder
}
.input_txt{
margin-left:10px;
}
.msg{
text-align:center;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:large;
}

form{
	position: absolute;
	height: 489px;
	width: 458px;
	background-image:url(fale2.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left center;
	top: 3px;/*top: 33px; */
}
.titulo{
text-align:center;
font-weight:700;
border-bottom-style:double;
border-bottom-width:medium;
font-family:"Times New Roman", Times, serif;
font-size:25px;
border-bottom-color:#336699;
color:#336699;

}
.aviso{
border-color:#336699;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-bottom-style:double;
text-align:center;
padding:5px;

}

a:link {
  color: #000066;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #0000CC;
  text-decoration: none;
}

a:active {
  color: #000066;
  text-decoration: none;
}

