﻿panel
{
    text-align: center;
    width: 100%;
}
.Text
{
 font-family: Verdana; font-size: 11px; 
}

.Table
{
    table-layout: auto;
    border-collapse: collapse;
    empty-cells: hide;
}

.TextBox
{
    border: 2px solid #E2A821;
    background-color: #F6E3B8;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    width: 200px;
}
    
.rule
{
    border: 1px solid black;
     color: #D4A322;
    background-color: #D4A322;
    width: 100%;
    height: 4px;
}

.newsletter
{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    font-family: Verdana;
    color: #CCA12E;
}
