﻿body {
}
.form
{
    font-family: PTBlissLight;
    background-color: #cccccc;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    cursor: text;
    border-bottom: black thin solid;
}

.formW
{
    font-family: PTBlissLight;
    background-color: #ffffff;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    cursor: text;
    border-bottom: black thin solid;
}

.labels
{
    font-family: PTBlissHeavy;
    font-size: 15px;
    color: black;
}
.dados
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.botoes
{
    border-right: black thin outset;
    border-top: black thin outset;
    border-left: black thin outset;
    border-bottom: black thin outset;
    font-family: PTBlissRegular;
    background-color: ivory;
}
