.evidence {
    color: #3C5472;
    font-weight: 700;
}

.form {
    border: 1px solid #dee4ec;
    display: table;
    margin: auto;
    padding: 26px 0;
    position: relative;
    width: 625px;
}

.form .row-form {
    display: table-row;
    line-height: 160%;
}

.form .row-form label {
    color: #3C5472;
    font-weight: 700;
    width: 200px;
}

.form .row-form-list, .form .row-form-service {
    display: table-row;
    line-height: 250%;
}

.form .row-form-service label {
    color: #3C5472;
    font-weight: 700;
    width: 260px;
    text-align: left;
    padding-left: 50px;
}

.form input, .form select {
    border: 1px solid #B8B8B8;
    display: table-cell;
    width: 200px;
}

.form input.radio {
    width: 20px;
}

.form label {
    display: table-cell;
    padding: 3px 7px 2px;
    text-align: right;
    width: 200px;
}

.form label.notifica {
    color: #3C5472;
    text-align: left;
    width: 500px;
    font-weight: 700;
}

.row-form input.insert {
    border: 1px solid #7AAEDE;
    width: 300px;
    display: inline-block;
}

.row-form label.insert {
    color: #3C5472;
    font-weight: 700;
    width: 250px;
}

.row-form-service p {
}

.submit {
    margin: 10px 0;
    text-align: center;
}

.submit input, .submit a {
    border: none;
    width: 96px;
    height: 26px;
    margin: 0 0 -10px 0;
}

.submit input.cssInput {
    width: auto !important;
    width: 226px; /* if IE 6 */
}

.submit input.img {
    width: auto !important;
    width: 96px; /* if IE 6 */
}

.submit li {
    display: inline;
    list-style: none;
}

fieldset {
    border: 1px solid #DEE4EC;
}

fieldset input {
    border: 1px solid #7AAEDE;
    width: 300px;
}

fieldset input.data {
    width: 220px;
}

fieldset input.checkbox, fieldset input.radio {
    border: none;
    width: auto;
}

fieldset input.radio {
    margin-right: 10px;
}

fieldset label {
    display: inline-block;
    text-align: left;
    width: 295px;
}

fieldset label.cssNote {
    float: left;
    font-size: x-small;
    font-style: oblique;
    margin: 0 209px 1px;
    padding: 3px 2px;
    text-align: justify;
}

fieldset label.cssLabel {
    width: auto;
}

fieldset label.estesa {
    width: auto;
}

fieldset label.suggestion {
    color: #000000;
    width: 275px;
}

fieldset label.label-check {
    width: 600px;
    text-align: left;
    display: inline;
}

fieldset label.label-radiocheck {
    width: 100px;
    text-align: left;
}

fieldset p.cssLabelRic {
    font: small-caption;
    width: auto;
}

fieldset select {
    border: 1px solid #7AAEDE;
    width: 306px;
}

fieldset textarea.cssTextarea {
    width: 300px;
    vertical-align: inherit;
}

form input.imgAssDis {
    width: 20px;
}
input {
    border: 1px solid #7aaede;
    margin: 0 0 5px;
    padding: 3px 2px;
    width: 200px;
}

input.accedi {
    /* background: url(../images/accedi1.jpg) no-repeat transparent; */
    border: medium none;
    float: right;
    height: 19px !important;
    margin-right: 20px !important;
    padding: 0;
    width: 75px;
}

input.cssImgBtn {
    width: auto;
    border: 0px;
}

input.cssInput {
    width: auto !important;
    width: 96px; /* if IE 6 */
    border: 0px;
}

input.disattiva_btn {
    width: 104px;
    height: 26px;
    border: none;
}

input.imgAssDis {
    width: 20px;
}
input.input-nazione {
    width: 215px;
}

input.reset {
    background-image: url(../images/btn_cancella.jpg);
}

input.resetAnnulla {
    background-image: url("../images/btn_annulla.jpg");
}

input.reset_password {
    width: 149px;
    height: 26px;
    border: none;
}

input.submitform {
    background-image: url(../images/btn_ricerca.jpg);
}

input[type=hidden], .hidden {
    display: none !important;
}

input.cf {
    text-transform: uppercase;
}

label {
    cursor: default;
}

label.bold {
    color: #16435a;
    font-weight: 700;
}

legend {
    color: #3C5472;
    font-weight: 700;
}

p.servizio, label.servizio {
    display: inline;
    margin-left: 10px;
}

select.nazione {
    width: 80px;
}


/* Specifiche per il form di login */

form.frmLoginSb {
    margin-left: -14px;
    width: 100%px;
    margin-right: -18px;
    padding: 0;
}

form.frmLoginSb #user {
    width: 100%;
}

form.frmLoginSb #pass {
    width: 100%;
}

form.frmLoginSb input.submit_login {
    width: 70px;
}

label.label_right {
    text-align: right;
}

label.largeSelectLabel {
    width: 100%; text-align: justify;
}

.largeAutoLabel {
    width: auto;
    margin-right: 10px;
}

.label_textarea {
    vertical-align: top;
}

.noNewForm2 {
    margin: auto;
    padding: 1px 6px;
    width: auto;
}