/* Objetos padrões */
input, select {
	font:normal 11px Verdana,Arial,Helvetica, sans-serif;	
}

input {
	height:15px;
}

fieldset {
	padding: 8px 8px 8px 8px;
}

legend {
	margin-left:0px;
	font-weight:bold;
	color:#000000;
}

button[disabled], input[disabled], optgroup[disabled], option[disabled], select[disabled], textarea[disabled] {
	background:#E0E0E0;
}

/* Classes */
.botao_sec, .botao, .botao_maior, .botao_pesq, .botao_cad{
	font-size:12px;
	font-family:verdana,arial,helvetica,sans-serif;
	border:0;
}

.botao_sec, .botao{
	width:85px;
}

.botao, .botao_maior{
	color:#FFF;
	background-color:#4b0900;
}

.botao_pesq, .botao_cad{
	width:16px;
	height:16px;
	cursor:pointer;
}

.botao_pesq{
	background:url("../imagens/botoes/pesquisa.png");
}

.botao_cad{
	background:url("../imagens/botoes/cadastro.png");
}

.campo {
	padding:5px 5px 5px 5px;
	margin:5px 5px 0 0;
	line-height:21px;
	float:left;
	background-color:#e5e5e5;
	height:42px;
	white-space:nowrap;
}

.campo2 {
	padding:5px 5px 5px 5px;
	margin:5px 5px 0 0;
	line-height:21px;
	float:left;
	background-color:#e5e5e5;
	width:98%;
	white-space:nowrap;
}

.campo label {
	display:block;
	margin-bottom:2px;
	white-space:nowrap;
}

.limpa {
	clear:both;
	height:.1em;
	line-height:.1em;
}