#form{
	position:relative;
	text-align:left;
	width: 90%;
	margin-left:5%;
	z-index: 2;

}

form input {
background:#fff;
width:76%;
margin-bottom: 3px;
padding-left:0.5em;
}
form textarea {
font-family:Arial, Helvetica, sans-serif;
background:#fff;
display:block;
width:98%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form select {
background:#fff;
font-family:Arial, Helvetica, sans-serif;
width:98%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form input#submit {
clear:both;
width:auto;
color:#fff;
background:#ff9900;
}
form legend {
background:transparent;
color: #0066CC;
font-weight:bold;
padding: 0 4px;
}
.ddd{width:10%;}
.fone{width:20%;}
.trinta{width:30%;}
.left{float:left; width:18%;padding-right:2%;text-align:right;}