/* CSS Document by Alex De Souza Porto*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.formulario th {
	text-align: right;
	color: #555555;
	width: 80px;
	font-weight: normal;
}
.formularioFicha th {
	text-align: right;
	color: #555555;
	width: 150px;
	font-weight: normal;
}
legend {
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border: 1px solid #DADADA;
	background-color: #F2F2F2;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DADADA;
	width: auto;
	}

hr {
	color: #D0D0BF;
	height: 1px;
	border: 1px solid #D0D0BF;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #828282;
	text-decoration: none;
}
form {
	margin: 0px 0px 0px 0px;
}
.botao {
	font-size:14px; 
	padding:6px 20px;
	font-weight:normal; 
	font-family: Verdana, Arial;
	color:#FFFFFF;
	text-align:center;
	border:0;
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #444444 0%,#000000 100%); /* W3C */
}
.borda {
	border: 1px solid #DADADA;
}
.descricao {
	color: #333333;
}
.resultadoColunas th {
	text-align: right;
	color: #000000;
	width: 80px;
	font-weight: normal;
}

