#moduloDiAcquisto {
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-base-color: #FFFFFF;
    scrollbar-darkshadow-color: #6D95C8;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    border-right: #FFFFFF;
    border-top: #6D95C8;
    border-left: #6D95C8;
    border-bottom: #FFFFFF;
    width: 713px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0px;
    padding-right: 10px;
}

#contentText input[type=text], #contentText input[type=button], #contentText input[type=submit], #contentText input[type=reset], #contentText textarea {
    border: 1px solid gray;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}
#contentText textarea{
    font-family: monospace;
}
#contentText td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color:black;
}

#contentText table {
    width: 100%;
}

#bloccoAbbonamento {
    padding:11px 0 0 18px;
}

.StileParagrafo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding-bottom: 5px;
    padding-top: 5px;
}

