/* CSS Document */

*{
    margin: 0;
    padding: 0;
}

#wrapper {
    text-align: center;
}

#header_cadastro_anunciante {
    background-color: red;
    height: 100px;
    background-image: url(http://www.geocities.com/images/logo_cadastro_anunciante.gif);
    background-repeat: no-repeat;
    text-align: left;
}

#titulo {
    float: left;
}

#titulo h1{
    margin-left: 100px;
    margin-top: 60px;
    font-size: 20px;
}

#passos {
    float: right;
}

.passo {
    float: left;
    width: 180px;
    margin-top: 40px;
}

.passo h1{
    font-size: 14px;
    margin-left: 45px;
    height: 100px;
} 

#passo1 {
    background-image: url(http://www.geocities.com/images/passo1.gif);
    background-repeat: no-repeat;
}

#passo2 {
    background-image: url(http://www.geocities.com/images/passo2.gif);
    background-repeat: no-repeat;
}

#passo3 {
    background-image: url(http://www.geocities.com/images/passo3.gif);
    background-repeat: no-repeat;
}

#etapa_info {
    margin: 20px 0 50px 10px;
    text-align: left;
}

.caixa_cadastro {
    margin: 10px;
    border-style: solid;
    border-color: #c38080;
    border-width: 1px;
    text-align: left;
}

.caixa_cadastro h1{
    display: block;
    background-color: #c38080;
    padding: 5px;
}

.checkbox_form {
    margin: 30px 0 -10px 20px;
}

#labels {
    margin-top: 30px;
    margin-left: 20px;
    float: left;
    width: 150px;
}
  
#labels p {
    height: 30px;
}

#labels p.linha_dupla {
    height: 50px;
}
  
#campos {
    margin-top: 30px;
    float: left;
    width: 400px;
}
  
#campos p {
    height: 30px;
}

#campos p.linha_dupla {
    height: 50px;
}

.botao {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
