/* CSS Documento */
.body-home

{
    background-repeat:no-repeat;
    background-size: 100%;
    background-color: #993300
}
div#MENU
{
    margin: 0 auto;
    text-align: Center;
    padding: 5px;
    background-color: #FFA500;
    border: Solid 1px #000000;
    width: 900px;
}
a.MENU
{
    background-color: #FFFFCC;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}
a:hover.MENU
{
    background-color: #FFA500;
    color: #EEEEEE;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}
.contenitore-logo
{
    margin: 0 auto;
    text-align: Center;
    width: 900px;
    height: 70px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}
.contenitore-div
{
    line-height: 30px;
    font-size:12pt;
    font-family:arial;
    font-weight:normal;
    font-style:italic;
    color:#23238e;
    margin: 0 auto;
    width: 900px;
    height: 1800px;
    border: 1px solid black;
    background-color: #FFFFFF;
}
.contenitore-riga
{
    margin: 0 auto;
    width: 900px;
    height: 120px;
    background-color: #FFFFFF;
}
.contenitore-titolo
{
    margin: 0 auto;
    text-align: Center;
    width: 900px;
    height: 30px;
    padding:10px 0px 10px;
    background-color: #FFFFCC;
}
.contenitore-colonna-l
{
    float: left;
    margin: 0 auto;
    width: 100px;
    height: 1790px;
    border: 1px solid black;
    padding:5px;
    background-color: #FFFFCC;
}
.contenitore-colonna-c
{
    float: left;
    margin: 0 auto;
    width: 664px;
    height: 1790px;
    border: 1px solid black;
    padding:5px;
    background-color: #FFFFFF;
}
.contenitore-colonna-r
{
    float: left;
    margin: 0 auto;
    width: 100px;
    height: 1790px;
    border: 1px solid black;
    padding:5px;
    background-color: #FFFFCC;
}
.box0
{
    clear: both;
    float: left;
    top: 5px;
    height: 100px;
    border: 1px solid red;
    width: 664px;
}
.box1
{
    clear: both;
    float: left;
    top: 5px;
    height: 100px;
    border: 1px solid red;
    width: 32%;
}
.box2
{
    float: left;
    top: 5px;
    height: 100px;
    border: 1px solid red;
    margin-left: 15px;
    width: 32%;
}
.box3
{
    float: right;
    top: 5px;
    height: 100px;
    border: 1px solid red;
    margin-left: 15px;
    width: 32%;
}
.box2-div-left
{
    float: left;
    height: 100px;
    width: 31%;
}
.box2-div-right
{
    float: right;
    height: 100px;
    width: 60%;
}
.contenitore-record
{
    margin: 0 auto;
    width: 900px;
    height: 50px;
    background-color: #FFFFFF;
}
.fieldNome
{
    float: left;
    top: 5px;
    height: 30px;
    border: 1px solid red;
    width: 22%;
}
.fieldCognome
{
    float: left;
    top: 5px;
    height: 30px;
    border: 1px solid red;
    margin-left: 15px;
    width: 22%;
}
.fieldZipcode
{
    float: right;
    top: 5px;
    height: 30px;
    border: 1px solid red;
    margin-right: 15px;
    width: 22%;
}
.fieldNeed
{
    float: right;
    top: 5px;
    height: 30px;
    border: 1px solid red;
    width: 22%;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {width: 250px;}
.button2 {width: 50%;}
.button3 {width: 100%;}
/* Fine CSS Documento */





