/* CSS Document */
.conteudo-table table thead tr { background-color: #337ab7; color: #fff; }


.container-top .bg {
	background-color: #337ab7;
}

legend {
	background-color: #f5f5f5;
}

fieldset label.error {
	color: #ff6600;
}
fieldset input.error {
	border: 1px solid #ff6600;
}
fieldset select.error {
	border: 1px solid #ff6600;
}
fieldset textarea.error {
	border: 1px solid #ff6600;
}

.footer {
	color: #FFF;
	background-color: #337ab7;
}