﻿#moduloSx {
    width: 240px;
    float:left;
    text-align:center;
}
#moduloSx p { 
    text-align: left;
}
#moduloDx {
    width: 450px;
    float:right;
}
#moduloDx table {
    width: 450px;
    margin-bottom: 10px;
}
#moduloDx div.pulsanti {
    float:left;
    width: 450px;
    height: 20px;
    margin-bottom: 10px;
}
#moduloDx div.pulsanti .button {
    float:right;
}
#moduloDx table tr th {
    width: 130px;
    text-align: right;
    background-color: #f0f0f0;
    padding: 7px 5px;
}
#moduloDx table th.labelArancio {
    background-color: #ff6600;
    color: #fff;
}
#moduloDx table tr td.campoForm
{
    width: 310px;
    background-color: #e0e0e0;
    padding-left: 5px;
}
#moduloDx table tr td.campoForm input {
    float:left;
}
#moduloDx table tr td.campoForm span img {
    margin: 0 2px;
}

div.esito {
    margin-top: 20px;
}
