/*
* Elementi
*/

body
{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #777777;
    font-size: 11px;
    color: #1a171b;
}

img
{
    border: 0;
}

a
{
    color: #5b7a96;
    text-decoration: none;
}

a:hover
{
    color: #063760;
}

h1,h2,h3
{
    font-size: 1.1em;
    color: #063760;
}

label
{
    float: left;
    width: 50px;
}

ol li
{
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

/*
* Blocchi
*/

#container
{
    background-color: #ffffff;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    height: 100%;
}

#corpo
{
    height: auto;
    overflow: hidden;
    margin: 0;
    width: 800px;
    background-color: #ffffff;
}

#boxChiave
{
    height: 200px;
    display: block;
    float: left;
    width: 800px;
    margin-top: -50px;
    background-image: url("/img/chiave.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

#menu
{
    padding-top: 3px;
    height: 44px;
    margin-left: 130px;
}

#boxVuoto
{
    float: left;
    display: block;
    width: 130px;
    background-color: #ffffff;
}

#boxTesto
{
    float: left;
    background-color: #ffffff;
    /* margin-left: 130px; */
    width: 390px;
    padding-bottom: 80px;
}

#testoHead
{
    margin: 0;
    display: block;
    width: 390px;
    height: 7px;
    background-image: url("/img/barraHead.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
}

#testoFoot
{
    margin: 0;
    display: block;
    width: 390px;
    height: 7px;
    background-image: url("/img/barraFoot.gif");
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 5;
}

#testoCenter
{
    margin: 0;
    padding: 1px 15px 3px 15px;
    border-right: 2px solid #9fb1c1;
    border-left: 2px solid #9fb1c1;
}

#boxAction
{
    text-align: center;
    margin-left: 20px;
    float: left;
    width: 250px;
}

#footer
{
    clear: both;
    background-color: #777777;
    padding: 3px;
    width: 800px;
    color: #ffffff;
    text-align:center;
}
#footer a
{
    color: #ffffff;
}

#testa
{
    display: block;
    width: 800px;
    height: 102px;
    background-image: url("/img/testa.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#lang
{
    text-align: right;
    float: right;
    display: block;
    position: relative;
    top: -30px;
    right: 90px;
    width: 250px;
    height: 1em;
    color: #ffffff;
}

#lang a
{
    color: #ffffff;
}

#lang a:hover
{
    text-decoration: underline;
}

#testa h1
{
    display: none;
}

#testa a.invisible
{
    display: block;
    width: 350px;
    height: 100px;
    position: relative;
    text-decoration: none;
    background: transparent url("/img/spaziatore.gif");
}

#linkV
{
    margin-left: -27px;
}

#errorBox
{
    margin-top: 20px;
    margin-left: -27px;
}

#linkV img
{
    margin-bottom: 5px;
}

/*
* Classi
*/

input[type="submit"]
{
    margin-top: 30px;
    border: 1px solid #777777;
}

div.fileinputs
{
    color: #063760;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

div.bottone
{
    position: absolute;
    top: 0px;
    left: 60px;
    z-index: 1;
}

input.passdati
{
    position: relative;
    text-align: right;
    /*-moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0; */
    z-index: 2;
}

.error
{
    font-weight: bold;
    color: #9d0f21;
}

.success
{
    font-weight: bold;
    color: #97be0d;
}


.note
{
    color: #aaaaaa;
    font-size: 0.7em;
}



