
section label {
	display:block;
	clear:both;
	padding:10px;
	padding-bottom:5px;
}
section label strong {
	display:block;
	float:left;
	font-size:9pt;
	width:90px;
}
section input, section textarea {
	width:500px;
	padding-left:5px;
	height:22px;
	line-height:22px;
	border:#e0d9bf solid 1px;
	color:#76736a; background-color:#fbfbf1;
}
section select {color:#76736a;}
section textarea {
	height:80px;
}
section button {
	background:url(../images/btn-enviar.jpg) left top no-repeat;
	width:100px;
	height:24px;
	text-align:center;
	color:#FFFFFF;
	font-size:11pt;
}
section button:hover {
	background-position:left bottom;
}
section span.aviso {
	padding-right:85px;
	padding-left:90px;
	font-size:8pt;
	color:#908a74;
}





