@CHARSET "UTF-8";
body
 {
   background-attachment: fixed;
   background-image: url(../img/canto.jpg);
   background-repeat : no-repeat;
   margin-left: 150px;
   
 }
#formulario 
 {
  position: absolute; 
  top: 100px;
  font-family: verdana;
  font-size: 12px; 
 }
label{
  display:block;	
  background-color: #efefef;
  size: 150px;
  border-color: fff; 
}
#mensagem{
	position:absolute;
	top : 150px;
	font-family: verdana;
	font-size : 25;
}
table{
font-family: verdana;
font-size: x-small;
position : relative;
top : 20px;
left : 120px;
text-align: justify;
}
td{
text-align: left;
}
img{
border : 0px;
}
#msg{
position : relative;
left: 120px;
font-family : verdana;
color : #f00;
}
th {
background-color: #efefef;
}
