.btn-buscar {
	background-image: url(../images/btn-buscar.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 25px;
	margin-left: 10px;
}
.btn-enviar {
	background-image: url(../images/btn-enviar.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 25px;
}
.btn-ok {
	background-image: url(../images/btn-ok.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 25px;
	margin-bottom: 10px;
}
.btn-apagar {
	background-image: url(../images/btn-apagar.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 25px;
}
.btn-prox-passo {
	background-image: url(../images/btn-prox-passo.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 25px;
}
.btn-passo-anterior {
	background-image: url(../images/btn-passo-anterior.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 25px;
}
.btn-voltar-fotos {
	background-image: url(../images/btn-voltar-fotos.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 25px;
}
.btn-voltar-info {
	background-image: url(../images/btn-voltar-info.gif);
	background-repeat: no-repeat;
	width: 211px;
	height: 25px;
}
.btn-voltar-txt {
	background-image: url(../images/btn-voltar-txt.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 25px;
}
.btn-responder {
	background-image: url(../images/btn-responder.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 25px;
}
.btn-gravar-exp {
	background-image: url(../images/btn-gravar-exp.gif);
	background-repeat: no-repeat;
	width: 169px;
	height: 25px;
}
.btn-prox-fotos {
	background-image: url(../images/btn-prox-fotos.gif);
	background-repeat: no-repeat;
	width: 169px;
	height: 25px;
}
.btn-prox-salvar {
	background-image: url(../images/btn-prox-salvar.gif);
	background-repeat: no-repeat;
	width: 179px;
	height: 25px;
}
.btn-prox-txt {
	background-image: url(../images/btn-prox-txt.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 25px;
}
.btn-voltar {
	background-image: url(../images/btn-voltar.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 25px;
}
.btn-sugestao {
	width: 156px;
	height: 25px;
	background-image: url(../images/btn-sugestao.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
}
.btn-saiba {
	width: 102px;
	height: 25px;
	background-image: url(../images/btn-saiba.gif);
	background-repeat: no-repeat;
}
.btn-ok:hover, .btn-buscar:hover, .btn-enviar:hover, .btn-apagar:hover, .btn-responder:hover, .btn-prox-txt:hover, .btn-prox-fotos:hover, .btn-prox-salvar:hover, .btn-gravar-exp:hover,
.btn-voltar-fotos:hover, .btn-voltar-txt:hover, .btn-voltar-info:hover, 
.btn-prox-passo:hover, .btn-passo-anterior:hover, .btn-sugestao:hover, .btn-voltar:hover, .btn-saiba:hover {
	background-position: 0 -25px;
}