.topo
{
    background-image: url("/img/App_Themes/Verde/bg_topo.gif");
}

.painel_filtro_vaga_escondido {
    background-image: linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important; 
    background-image: -moz-linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important; 
    background-image: -webkit-linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important; 
    background-image: -ms-linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important; 
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b7215', endColorstr='#6f972b') !important;
}

#pnlBusca.painel_filtro_curriculo,
#pnlBusca.painel_filtro_vaga {
    background-image: linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important;
    background-image: -moz-linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important;
    background-image: -webkit-linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important;
    background-image: -ms-linear-gradient( 90deg, #4b7215 6%, #4c7212 18%, #5c831d 72%, #6f972b 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b7215', endColorstr='#6f972b') !important;
    border-radius: 0 4px 4px 4px !important;
}

#aBuscarCurriculos, .btn_buscar a#btiPesquisarCurriculo,
#aBuscarVagas, .btn_buscar a#btiPesquisarVaga {
    background-color: #4b7215;
}