@charset "UTF-8";

form {
    width: 500px;
    margin: auto;

}
input, textarea {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 13pt;
}
input:hover, textarea:hover {
    background-color: #dddddd;
}

legend {
    color: #606060;
    font-weight: bold;
    font-size: 14pt;
    font-family: sans-serif;
}

fieldset {
    border-color: #cecece;
    margin: 20px;

}

fieldset#sexo{
    width: 150px;
}

fieldset#pedido {
    width: 480px;
}

input#cEnviar {
    margin: auto;
}
