.registration
{
    width: 500px;
}
.header
{
    color: navy;
    text-align: center;
    font-variant: small-caps;
    font-size: 15px;
    font-weight: bold;
    border-color: navy;
    border-style: dashed;
    border-width: 1px;
    background-color: #eeffee;
}
.label
{
    font-size: 11px;
    color: navy;
    text-align: right;
    width: 40%;
    font-weight: bold;
    padding: 3px;
}
.info
{
    color: navy;
    text-align: right;
    width: 40%;
    padding: 3px;
}
.required
{
    color: red;
}
.field
{
    width: 60%;
    padding: 3px;
}
.error
{
    color: red;
}
.requiredNote
{
    font-size: 9px;
    text-align: right;
}
.signupData
{
    width: 250px;
    background-color: #eeffee;
    font-weight: bold;
}
.comments
{
    background-color: #eeffee;
    font-weight: bold;
    width: 250px;
    height: 150px;
}
.sendMail
{
    background-color: #eeffee;
    color: navy;
    font-weight: bold;
}