﻿
/* FORM */
#formOkMsg
{
    color: #dedede;
}
#formPg.inputForm
{
    margin: 70px 15px 70px 15px;
}
#formTitle
{
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.inputForm
{
    width: 94%;
    color: #dedede;
    margin: 23px 15px 23px 15px;
}
.inputForm table
{
    color: #dedede;
    width: 100%;
    text-align: left;
}
.inputForm table td
{
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    padding-top: 1em;
}
.inputForm table input[type=text]
{
    height: .8em;
}
.formLabel
{
    text-transform: uppercase;
    display: block;
    padding-bottom: .6em;
}
.testoform
{
    vertical-align: top;
    width: 20em;
}

.form-validation-error
{
    color: #FF3366;
    margin-left: 4px;
}

.validation-summary-errors
{
    color: Red;
}

.bg-ext
{
    background: url("/upload/sfondo-home.gif") repeat scroll 0 0 transparent
}


