/* CSS Document */

.voluntario{
	border-collapse:collapse;
	border:3px solid #FEF1DD;
	width:100%;
	background-image:url(../images/fundo_form_voluntario.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.voluntario td{
	font-family:arial;
	font-size:12px;
	color:#666666;
	padding:5px ! important;
}
.voluntario select, p{
	font-family:arial;
	font-size:12px;
	color:#333333;
}