.genericForm fieldset {
    padding:0 0 18px;
}

.genericForm p.inputWrapper, div.datePickerWrapper {
    background:#f0f3f9;
    clear:left;
    margin:0 0 3px;
    padding:3px 10px;
    width:590px;
    overflow:hidden;
}

div.datePickerWrapper table {
    width:auto;
    margin:0;
    float:left;
}

div.datePickerWrapper table td {
    padding:1px;
}

.genericForm p.inputWrapper .label, .genericForm div.datePickerWrapper .label {
    float:left;
    width:160px;
}

.genericForm .buttonWrapper {
    padding-left:170px;
}

.genericForm .formTitle {
    margin-bottom:3px;
    border-bottom:1px solid #E0791C;
}

dl.contactList {
    line-height:22px;
}

dl.contactList dt {
    float:left;
    width:170px;
}

a.affinaRicerca {
    outline:none;
    display:block;
    height:18px;
    line-height:18px;
    padding:0 10px;
    background:#D8DCE7 url(../images/arrowToggle.png) no-repeat 99% top;
    text-decoration:none;
    color:#444;
    font-weight:bold;
}

a.affinaRicerca:hover {
    background-color:#384E97;
    color:#fff;
}

a.affinaRicercaOpen {
    background-position:99% bottom;
}


