#myform fieldset {
width:280px;
height:336px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CC9832;
border:none;
margin-top:30px;
text-align:left;
}

#myform label{
float: left;
width: 80px;
margin-left:0px;
}

#myform label.ltextarea{
line-height:160px;
}

#myform input, textarea { 
color:#000000;
width: 150px;
margin: 5px;
float:left;
}

#myform textarea{
height: 130px;
}

#myform input.botao {
width:50px;
margin:auto;
position:inherit;
background:#CC9832;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
border-bottom-style:solid;
border-bottom-color:#775a1e;
border-left-color:#f0e9d9;
border-left-style:solid;
border-right-color:#775a1e;
border-right-style:solid;
border-top-color:#f0e9d9;
border-top-style:solid;
}  

#myform br { 
clear: left;
}

#myform span { 
margin-left:5px;
float:right;
} 