﻿/* FORM */
.tableForm
{
    width: 600px;
    margin: 10px 0 0 10px;
}

.tdFormTitolo
{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.tdFormLabel
{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.tdFormTextBox
{
    border: solid 1px #9A523D;
}

.tdFormErrore
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
}


a.ctPanelLink:link, a.ctPanelLink:visited
{
    text-decoration:none;
    color: #9A523D;
}

a.ctPanelLink:hover
{
    text-decoration:none;
    color: #000000;
}

