@charset "utf-8";
/* CSS Document */

input {
	border: 1px solid #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
textarea {
	border: 1px solid #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
Form {
	font-family: Arial, Helvetica, sans-serif;
}
select {
	border: 1px solid #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.Bt_form {
	font-size: 8pt;
	color: #cc0000;
	background-image: url(../Imagens/Fd_bt_form.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #CCCCCC;
	cursor: hand;
}
.Input_sem_borda {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
