input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	vertical-align: middle;
	width: 250px;
	border: none;
	background-color: #FFFFFF;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 300px;
	height: 150px;
	background-image: url(imag/form_textarea.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D582B;
	height: 20px;
	width: 280px;
	border: none;
	background-color: #FCEEA9;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 220px;
	font-size: 11px;
	color: #666666;
	border: none;
	font-weight: bold;
	background-image: url(imag/form_botao.jpg);
}
.hr {
	border: 1px dotted #3397C9;
	height: 1px;
}
.hr2 {
	border: 1px dotted #3397C9;
	width: 1px;
	height: 300px;
	clear: both;
}
.input_menor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 15px;
	vertical-align: middle;
	width: 30px;
	border: none;
	background-color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}
.input_comentario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	vertical-align: middle;
	width: 220px;
	border: none;
	background-image: url(imag/form_input.jpg);
}
.botao_indicar {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 250px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	border: none;
	font-weight: bold;
}

