﻿.DivFundoTitulo
{
    width: 320px;
    height: 36px;
    background-color: #717171;
}

.DivConteudo
{
    width: 290px;
    padding: 15px 10px 10px 20px;
    background-color: White;
}

.DivBotao
{
    background-color: White;
}

.h1
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: White;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 20px;
}

.LblPergunta
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #5e5e5e;
}

.LblResposta
{
    font-family: Arial;
    font-size: 11px;
    color: #5e5e5e;
}
