#conteudo form{
text-align: left;
}
#conteudo form .btnenvia{
position: relative;
top: 10px;
float: right;
}
#conteudo .nofrm{
font-weight: bold;
}
#conteudo .linha{
position: relative;
top: 6px;
}
#conteudo form .idifr{
width: 200px;
height: 20px;
background-color: #F6F6D5;
margin: 2px 0 5px 0;
}
#conteudo form .inrml{
width: 471px;
height: 20px;
background-color: #F6F6D5;
margin: 2px 0 5px 0;
}
#conteudo form span{
font-weight: bold;
}
#conteudo form textarea{
width: 471px;
height: 80px;
background-color: #F6F6D5;
margin: 2px 0 5px 0;
overflow: auto;
}