.campo_alerta
{
font-family: Arial;
font-size: 12px;
background-color: #CCFFFF;
}
.texto_pagina
{
font-family: Arial;
font-size: 12px;
color: black;
}

.tabela_formulario
{
width: 100%;
background-color: #FFFFFF;
}

.titulo_campos
{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #60707F;
}

.campos_formulario
{
font-family: Arial;
font-size: 12px;
color: dimgray;
background-color: white;
}

.botao_enviar
{
font-family: Arial;
font-size: 12px;
color: white;
background-color: gray;
}
.panel {
background-color: white;
border: 1px solid #DFDFDF;
border-top: none;
}
.tabOn {
border: 1px solid #DFDFDF;
border-bottom: none;
text-align: center;
background-color: white;
cursor: default;
color: crimson;
height: 20px;
}
.tab {
border: 1px solid #DFDFDF;
text-align: center;
background-color: whitesmoke;
color: dimgray;
height: 20px;
cursor: hand;
}
.space{
border-bottom: 1px solid #DFDFDF;
width: 2px;
}