#conteudo{
	margin: 5px;
}


#status{
	font-size:8pt;
	font-weight: normal;
	font-style:italic;
	text-align: center;
}
#termos{
	text-align: justify;
}
.btnLista{
	width:150px;
}

.invalidInput{
	border: 1px dashed Red;
	padding: 1px;
}

.validInput{
	border: 1px solid #FFF;
	padding: 1px;

}

.inputLista{
	width: 99%;
}

#conteudo a{
	color:#000000;
	text-decoration:none;
}
#conteudo a:hover{
	color:#000000;
	text-decoration:underline;
}