/* Classe para estilo de botões */

input[type="button"], input[type="image"], input[type="submit"], input[type="reset"], input.botaoHabilitado {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height: 20px;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px; 
	border-right-style: solid;
	border-right-color: #666666; 
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: white;
	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: white;
	background-color: #C8C8C8;
	cursor: pointer;
	cursor: hand;
}

input[type="button"][disabled], input[type="image"][disabled], input[type="submit"][disabled], input[type="reset"][disabled], input.botaoDesabilitado {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height: 20px;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px; 
	border-right-style: solid;
	border-right-color: #666666; 
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: white;
	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: white;
	background-color: #C8C8C8;
	color: #808080;
	cursor: default;	
}

/* botao Localizar Lupa */
input.botaoLocalizarLupa {
	height: 20px;
	width: 30px;
	border-bottom-width: 0px; 
	border-right-width: 0px; 
	border-top-width: 0px; 
	border-left-width: 0px; 
	cursor: pointer;
	cursor: hand;
	background-color: transparent;	
	background-image: url("../imagens/botoes/botaoLocalizarLupa.gif");
	background-repeat: no-repeat;
}

input.botaoLocalizarLupaDesabilitado, input[type="button"][disabled][class="botaoLocalizarLupaDesabilitado"] {
	height: 20px;
	width: 20px;
	border-bottom-width: 0px; 
	border-right-width: 0px; 
	border-top-width: 0px; 
	border-left-width: 0px; 
	cursor: default;
	background-color: transparent;	
	background-image: url("../imagens/botoes/botaoLocalizarLupaDesabilitado.gif");
	background-repeat: no-repeat;
}

input.botaoOculto {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height: 20px;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px; 
	border-right-style: solid;
	border-right-color: #666666; 
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: white;
	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: white;
	background-color: #C8C8C8;
	cursor: pointer;
	cursor: hand;
	display: none;
}