@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
/* css document */

* {
    font-family: 'Lato', sans-serif; font-size: 10pt;
    text-transform: uppercase;
}

body {
    width: 585px;
    height: 700px;
}

form {
}

form input {}

table {
    width: 580px;
}

table tr {}

table tr td#texto {
    width: 180px;
    background: grey;
    color: #ffffff;
    padding-left: 10px;
}

table tr td#inp { background: lightgray;}

form input {width: 420px; border: 0px;}
form input.botao {width: 90px; height: 30px; border: 0px; float: right; margin-right: 10px;}
form input.botao:hover {background: #B70004; color: #FFFFFF;}
form select {width: 420px; border: 0px;}
form textarea {width: 420px; border: 0px;}

tr#topico td {
    padding-top: 15px;
}

div#termos {

    padding: 8px 8px;
    margin: 0px 0px 0px 0px;
}

div#termos input {
    padding: 0px;
    margin: 0px 5px 0px 0px;
    float: left;
    width: 18px;
    height: 15px;
}

div#txtadesao {
    text-align: justify;
}

div#txtadesao textarea {
    border: 1px solid lightgray;
    width: 570px;
    height: 60px;
    text-align: justify;
    padding-bottom: 10px;
    height: 250px;
}

strong {
    font-weight: bold;
}