﻿table.FormRegistrazione
{
    width: 515px;
    border: solid 1px #cc0000;
}


td.FormRegTitolo
{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: dotted 1px #cccccc;
}

.FormRegistrazionePrivacy
{
    width: 505px;
    margin: 10px 5px 10px 5px;
    font-size: 10px;
    color: #666666;
    font-style: italic;
}

.FormRegistrazionePrivacy h5
{
    font-size: 12px;
    color: #333333;
    font-style: normal;
    margin: 10px 0 10px 0;
}

/* ConfermaRegistrazione */
table.ConfermaRegistrazione
{
    width: 515px;
    border: solid 1px #9BAABD;
}
