@charset "UTF-8";

form {
    width: 550px;
    margin: auto;
}

input, textarea {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 13pt;
    background-color: rgba(255,255,255,.8);
}

textarea {
    position: relative;
    margin: 1% 95% 0% 5%;
}

input:hover, textarea:hover {
    background-color: #dddddd;
}

input#botao {
    position: relative;
    margin: 0 55% 2% 45%;
}

legend {
    color: #888888;
    font-weight: bold;
    font-size: 13pt;
    font-family: sans-serif;
}

fieldset {
    border-color: #cecece;
    margin: 20px;
}

fieldset#genero {
    width: 260px;
}

fieldset#usuario {
    background: url("../imagens/icone-contato.png") no-repeat 95% 95%;
}

fieldset#endereco {
    background: url("../imagens/icone-endereco.png") no-repeat 95% 95%;
}

fieldset#mensagem {
    background: url("../imagens/icone-mensagem.png") no-repeat 95% 95%;
}

fieldset#pedido {
    background: url("../imagens/icone-pagamento.png") no-repeat 95% 95%;
}