﻿/* IE6 css fixer v0.4: Fri, 02 Oct 2009 17:40:17 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.searchBox .buttonLogo,
.searchBox .buttonCabecalhoLogo,
.searchBox .button_search {display:inline;}

.searchBox 
{
    background:transparent url(/imagem/design_guia/cabecalho.jpg) repeat scroll 0 0;
    height:100px;
    margin:0 auto;
    width:990px;
    padding-top:10px;
    padding-bottom:10px;
}

.searchBox .buttonLogo 
{
    float:left;
    height:90px;
    margin:0px;
    width:273px;
}

.searchBox .buttonCabecalhoLogo 
{
    background:transparent url(/imagem/design_guia/peca_cabecalho.jpg);
    float:left;
    height:99px;
    margin:0px;
    width:467px;
}

.searchBox .button_search 
{
    background:transparent url('/imagem/design_guia/botao_cadastrar.gif') no-repeat;
    border:medium none;
    cursor:pointer;
    float:left;
    height:33px;
    width:120px;
    margin-top:70px;
    margin-left:80px;
}

