/* --------------- DEFINIZIONI BOX REGISTRAZIONE UTENTE GENERICO --------------- */

#center_reg {
    width: auto;
    height: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #BAE5EF;
    border-bottom: 1px solid #BAE5EF;
    border-left: 1px solid #BAE5EF;
    background-color: #EAF7FA;
}
HTML>BODY #center_reg {
    height: auto;
}
    #center_reg .center_ombra {
        background-image: url(../image/promo_ombra.gif);
        background-repeat: repeat-x;
        width: auto;
        height: 3px;
        padding: 0px;
        margin: 0px;
        font-size: 0%;
    }
    #center_reg H2 {
        background-image: url(../image/center_filtro_h2.gif);
        background-repeat: repeat-x;
        width: auto;
        height: auto;
        padding: 5px 5px 7px 10px;
        margin: 0px 0px 0px 0px;
        font-size: 125%;
        color: #33B3D0;
        text-transform: uppercase;
        background-color: #EAF7FA;
    }

    #center_reg .filtro_new {
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0px;
        font-size: 70%;
        text-align: left;
        color: #3090A6;
    }
        #center_reg .filtro_new P {
            padding: 0px 0px 5px 0px;
            margin: 5px 0px 0px 25px;
        }
            #center_reg .filtro_new P INPUT.nome {
                padding: 0px;
                margin: 0px;
                vertical-align: middle;
                font-size: 12px;
                font-weight: bold;
                color: #3090A6;
                border-top: 2px solid #3090A6;
                border-right: 2px solid #FFFFFF;
                border-bottom: 2px solid #FFFFFF;
                border-left: 2px solid #3090A6;
                background-color: #BAE5EF;
            }

    #center_reg #center_white {
        background-image: url(../image/center_reg_box.gif);
        background-position: 0px 0px;
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background-color: #FFFFFF;
        border-right: 5px solid #EAF7FA;
    }
    HTML>BODY #center_reg #center_white {
        width: auto;
        background-position: 0px 1px;
    }
        #center_reg #center_white #elenco {
            width: 56%;
            padding: 20px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            float: left;
            display: inline;
        }
            #center_reg #center_white #elenco #login {
                width: 92%;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
                float: right;
                background-color: white;
                display: inline;
            }
                #center_reg #center_white #elenco #login H3 {
                    background-image: url(../image/h3_point_orange.gif);
                    background-repeat: no-repeat;
                    padding: 10px 10px 10px 50px;
                    margin: 0px;
                    font-size: 120%;
                    color: #FF7F00;
                }
                #center_reg #center_white #elenco #login DIV.voci {
                    width: 40%;
                    height: auto;
                    padding: 0px 0px 0px 0px;
                    margin: 10px 0px 0px 0px;
                    font-size: 90%;
                    line-height: 100%;
                    font-weight: bold;
                    color: #FF7F00;
                    float: left;
                }
                    #center_reg #center_white #elenco #login DIV.voci SPAN {
                        color: #FF0000;
                    }
                #center_reg #center_white #elenco #login DIV.input {
                    width: auto;
                    height: auto;
                    padding: 0px 0px 0px 0px;
                    margin: 10px 0px 0px 0px;
                    font-size: 100%;
                    font-weight: bold;
                    color: #FF7F00;
                }
                    #center_reg #center_white #elenco #login DIV.input INPUT {
                        width: 133px;
                        height: auto;
                        padding: 0px 0px 0px 2px;
                        margin: 0px 0px 10px 0px;
                        font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                        font-size: 12px;
                        font-weight: bold;
                        color: #FF7F00;
                        border-top: 1px solid #93826C;
                        border-right: 1px solid #E5E2DE;
                        border-bottom: 1px solid #E5E2DE;
                        border-left: 1px solid #93826C;
                        background-color: #FFF2E5;
                    }
            #center_reg #center_white #elenco #dati {
                width: 92%;
                padding: 5px 0px 0px 0px;
                margin: 20px 0px 0px 0px;
                float: right;
                background-color: white;
                border-top: 2px dotted #3090A6;
                display: inline;
            }
                #center_reg #center_white #elenco #dati H3 {
                    background-image: url(../image/h3_point_blue.gif);
                    background-repeat: no-repeat;
                    padding: 10px 10px 10px 50px;
                    margin: 0px;
                    font-size: 120%;
                    color: #3090A6;
                }
                #center_reg #center_white #elenco #dati DIV.voci {
                    width: 40%;
                    height: auto;
                    padding: 0px 0px 0px 0px;
                    margin: 10px 0px 0px 0px;
                    font-size: 90%;
                    font-weight: bold;
                    color: #3090A6;
                    float: left;
                }
                    #center_reg #center_white #elenco #dati DIV.voci SPAN {
                        color: #FF0000;
                    }
                #center_reg #center_white #elenco #dati DIV.input {
                    width: auto;
                    height: auto;
                    padding: 0px 0px 0px 0px;
                    margin: 10px 0px 0px 0px;
                    font-size: 100%;
                    font-weight: bold;
                    color: #3090A6;
                }
                    #center_reg #center_white #elenco #dati DIV.input INPUT {
                        width: 133px;
                        height: auto;
                        padding: 0px 0px 0px 2px;
                        margin: 0px 0px 0px 0px;
                        font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                        font-size: 12px;
                        font-weight: bold;
                        color: #3090A6;
                        border-top: 1px solid #93826C;
                        border-right: 1px solid #E5E2DE;
                        border-bottom: 1px solid #E5E2DE;
                        border-left: 1px solid #93826C;
                        background-color: #D6E9ED;
                    }
            #center_reg #center_white #elenco #domande {
                width: 92%;
                padding: 5px 0px 0px 0px;
                margin: 20px 0px 0px 0px;
                float: right;
                background-color: white;
                border-top: 2px dotted #3090A6;
                display: inline;
            }
                #center_reg #center_white #elenco #domande H3 {
                    background-image: url(../image/h3_point_blue.gif);
                    background-repeat: no-repeat;
                    padding: 10px 10px 10px 50px;
                    margin: 0px;
                    font-size: 120%;
                    color: #3090A6;
                }
                #center_reg #center_white #elenco #domande DIV.voci {
                    padding: 0px 0px 0px 0px;
                    margin: 10px 0px 0px 0px;
                    font-size: 90%;
                    font-weight: bold;
                    color: #3090A6;
                }
                    #center_reg #center_white #elenco #domande DIV.voci SPAN {
                        color: #FF0000;
                    }
                #center_reg #center_white #elenco #domande DIV.input {
                    padding: 0px 0px 0px 0px;
                    margin: 10px 0px 0px 0px;
                    font-size: 100%;
                    font-weight: bold;
                    color: #3090A6;
                }
                    #center_reg #center_white #elenco #domande DIV.input INPUT,
                    #center_reg #center_white #elenco #domande DIV.input SELECT {
                        width: 100%;
                        height: auto;
                        padding: 0px 0px 0px 2px;
                        margin: 0px 0px 0px 0px;
                        font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                        font-size: 12px;
                        font-weight: bold;
                        color: #3090A6;
                        border-top: 1px solid #93826C;
                        border-right: 1px solid #E5E2DE;
                        border-bottom: 1px solid #E5E2DE;
                        border-left: 1px solid #93826C;
                        background-color: #D6E9ED;
                    }
            #center_reg #center_white #elenco #filtro {
                width: 92%;
                padding: 5px 0px 0px 0px;
                margin: 20px 0px 0px 0px;
                float: right;
                background-color: white;
                border-top: 2px dotted #33B3D0;
                display: inline;
            }
                #center_reg #center_white #elenco #filtro H3 {
                    background-image: url(../image/h3_point_azzurro.gif);
                    background-repeat: no-repeat;
                    padding: 10px 10px 10px 50px;
                    margin: 0px;
                    font-size: 120%;
                    color: #33B3D0;
                }


    /******** GESTISCO IL BOX DEGLI HELP **********/

    #center_reg #center_white #box {
        width: 44%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        float: left;
        text-align: right;
    }
        #center_reg #center_white #box #help {
            width: 187px;
            height: auto;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            float: right;
            display: inline;
        }
        HTML>BODY #center_reg #center_white #box #help {
            margin: 1px 0px 0px 0px;
        }
            #center_reg #center_white #box #help #center_reg_help_top {
                background-image: url(../image/center_reg_help_top.gif);
                background-repeat: no-repeat;
                width: 187px;
                height: 33px;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
            }
            #center_reg #center_white #box #help #center_reg_help_center {
                background-image: url(../image/center_reg_help_center.gif);
                background-repeat: no-repeat;
                background-position: top;
                width: 187px;
                height: auto;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
            }
            HTML>BODY #center_reg #center_white #box #help #center_reg_help_center {
                background-position: bottom 33px;
            }
                #center_reg #center_white #box #help #center_reg_help_center P {
                    padding: 5px 10px 5px 10px;
                    margin: 0px 0px 0px 0px;
                    font-size: 110%;
                    line-height: 100%;
                    color: white;
                    font-weigth: bold;
                    text-align: center;
                }
                    #center_reg #center_white #box #help #center_reg_help_center P SPAN {
                        color: #3090A6;
                        font-weight: bolder;
                    }

    #center_reg #bottom {
        width: auto;
        height: 14px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 0%;
        background-color: #FFFFFF;
        border-bottom: 0px solid #EAF7FA;
        border-left: 5px solid #EAF7FA;
    }
        #center_reg #bottom #sx {
            background-image: url(../image/center_reg_box_bottom_sx.gif);
            width: 14px;
            height: 14px;
            padding: 0px;
            margin: 0px;
            float: left;
        }
        #center_reg #bottom #dx {
            background-image: url(../image/center_reg_box_bottom_dx.gif);
            width: 14px;
            height: 14px;
            padding: 0px;
            margin: 0px;
            float: right;
        }
#center_reg_end {
    height: 10px;
    margin: 0px 0px 0px 0px;
    text-align:center;
    background-color: white;
}
HTML>BODY #center_reg_end {
    height: auto;
}
    #center_reg_end #bottone {
        width: auto;
        padding: 10px 0px 10px 0px;
        margin: 0px 30% 0px 30%;
        text-align: center;
        background-color: red;
        border-top: 3px solid #D7EEF3;
        border-right: 1px solid #BAE5EF;
        border-bottom: 1px solid #BAE5EF;
        border-left: 1px solid #BAE5EF;
        background-color: #EAF7FA;
        display: block;
    }
            #center_reg_end #bottone A:link, #center_reg_end #bottone A:visited {
                background-image: url(../image/submit_registrati.gif);
                background-repeat: no-repeat;
                background-position: left;
                width: 162px;
                height: 30px;
                padding: 6px 6px 3px 6px;
                margin: 0px 0px 0px 0px;
                text-align: center;
                color: #FFFFFF;
                font-size: 90%;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                display: inline;
            }
            HTML>BODY #center_reg_end #bottone A:link, #center_reg_end #bottone A:visited {
                width: 150px;
                height: 21px;
                margin: 0px 0px 0px 10px;
                float: left;
            }
            #center_reg_end #bottone A:hover {
                background-position: right;
                color: #FFFFFF;
            }

/* --------------- DEFINIZIONI ERROR REGISTRATI --------------- */

        #center_reg #center_white #error {
            width: auto;
            padding: 10px;
            margin: 0px 0px 20px 20px;
            font-size: 80%;
            color: #FF0000;
            background-color: #FFE5E5;
            border: 2px dotted red;
        }
            #center_reg #center_white #error SPAN {
                font-size: 110%;
                color: #FF0000;
                font-weight: bold;
            }

/* --------------- DEFINIZIONI ERROR PROFILO --------------- */

        #center_reg #center_profilo #error {
            width: auto;
            padding: 10px;
            margin: 0px 0px 20px 0px;
            font-size: 80%;
            color: #FF0000;
            background-color: #FFE5E5;
            border: 2px dotted red;
        }
            #center_reg #center_profilo #error SPAN {
                font-size: 110%;
                color: #FF0000;
                font-weight: bold;
            }

/* --------------- DEFINIZIONI ERROR M36 --------------- */

        #center_reg_m36 #center_ricetta #error {
            width: auto;
            padding: 10px;
            margin: 0px 0px 20px 0px;
            font-size: 80%;
            color: #FF7F00;
            background-color: #FFF2E5;
            border: 2px dotted #FF7F00;
        }
            #center_reg_m36 #center_ricetta #error SPAN {
                font-size: 110%;
                color: #FF7F00;
                font-weight: bold;
            }

/* --------------- DEFINIZIONI BOX REGISTRAZIONE UTENTE PROFILO --------------- */

    #center_reg #center_profilo {
        width: 100%;
        padding: 10px;
        margin: 0px 0px 0px 0px;
        background-color: #FFFFFF;
        border: 5px solid #EAF7FA;
    }
    HTML>BODY #center_reg #center_profilo {
        width: auto;
    }
        #center_reg #center_profilo TABLE.profilo {
            width: 100%;
            padding: 0px;
            margin: 0px 0px 0px 0px;
            background-color: white;
        }
            #center_reg #center_profilo TABLE.profilo TD {
                width: 50%;
                padding: 5px 10px 0px 10px;
                margin: 0px 0px 0px 0px;
                font-size: 80%;
                font-weight: normal;
                color: #3090A6;
            }
                #center_reg #center_profilo TABLE.profilo TD.spacer {
                    background-image: url(../image/td_profilo_spacer.gif);
                    background-repeat: repeat-x;
                    padding: 0px;
                    margin: 0px;
                }
            #center_reg #center_profilo TABLE.profilo INPUT {
                width: 100%;
                padding: 0px 0px 0px 2px;
                margin: 0px 0px 0px 0px;
                font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                font-size: 12px;
                font-weight: bold;
                color: #3090A6;
                border-top: 1px solid #3090A6;
                border-right: 1px solid #C1DEE4;
                border-bottom: 1px solid #C1DEE4;
                border-left: 1px solid #3090A6;
                background-color: #EAF7FA;
            }
            #center_reg #center_profilo TABLE.profilo INPUT.noborder {
                border: 0px;
                background-color: transparent;
            }
            #center_reg #center_profilo TABLE.profilo SELECT {
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
                font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                font-size: 12px;
                font-weight: bold;
                color: #3090A6;
                background-color: #EAF7FA;
            }
            #center_reg #center_profilo TABLE.profilo TD SPAN {
                color: #FF0000;
            }

    #center_reg #center_profilo H3 {
        padding: 10px;
        margin: 20px 0px 10px 0px;
        font-size: 110%;
        color: #FFFFFF;
        background-color: #71CADE;
        border: 2px dotted #EAF7FA;
    }
    #center_reg #center_profilo INPUT.salva {
        padding: 5px;
        margin: 20px 0px 10px 0px;
        font-size: 110%;
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: #71CADE;
        border: 2px solid #EAF7FA;
    }


/* --------------- DEFINIZIONI BOX REGISTRAZIONE RICETTA M36 --------------- */

#center_reg_m36 {
    width: auto;
    height: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #E5E2DE;
    border-bottom: 1px solid #E5E2DE;
    border-left: 1px solid #E5E2DE;
    background-color: #F6F3F0;
}
HTML>BODY #center_reg_m36 {
    height: auto;
}
    #center_reg_m36 .center_ombra {
        background-image: url(../image/promo_ombra.gif);
        background-repeat: repeat-x;
        width: auto;
        height: 3px;
        padding: 0px;
        margin: 0px;
        font-size: 0%;
    }
    #center_reg_m36 H2 {
        background-image: url(../image/center_celiachia_h2.gif);
        background-repeat: repeat-x;
        width: auto;
        height: auto;
        padding: 5px 5px 7px 10px;
        margin: 0px 0px 0px 0px;
        font-size: 125%;
        color: #FF7F00;
        text-transform: uppercase;
        background-color: #F6F3F0;
    }

    #center_reg_m36 #center_ricetta {
        width: 100%;
        padding: 10px;
        margin: 0px 0px 0px 0px;
        background-color: #FFFFFF;
        border: 5px solid #F6F3F0;
    }
    HTML>BODY #center_reg_m36 #center_ricetta {
        width: auto;
    }
        #center_reg_m36 #center_ricetta TABLE.ricetta {
            width: 100%;
            padding: 0px;
            margin: 0px 0px 0px 0px;
            background-color: white;
        }
            #center_reg_m36 #center_ricetta TABLE.ricetta TD {
                padding: 10px 5px 0px 5px;
                margin: 0px 0px 0px 0px;
                font-size: 80%;
                font-weight: normal;
                color: #949290;
            }
                #center_reg_m36 #center_ricetta TABLE.ricetta TD.sx {
                    width: 30%;
                    text-align: right;
                }
                #center_reg_m36 #center_ricetta TABLE.ricetta TD.dx {
                    width: 70%;
                    text-align: left;
                }
                #center_reg_m36 #center_ricetta TABLE.ricetta TD.spacer {
                    background-image: url(../image/td_ricetta_spacer.gif);
                    background-repeat: repeat-x;
                    padding: 0px;
                    margin: 0px;
                }
            #center_reg_m36 #center_ricetta TABLE.ricetta INPUT {
                width: 100%;
                padding: 0px 0px 0px 2px;
                margin: 0px 0px 0px 0px;
                font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                font-size: 12px;
                font-weight: bold;
                color: #949290;
                border-top: 1px solid #949290;
                border-right: 1px solid #EAE9E9;
                border-bottom: 1px solid #EAE9E9;
                border-left: 1px solid #949290;
                background-color: #F6F3F0;
            }
            #center_reg_m36 #center_ricetta TABLE.ricetta INPUT.noborder {
                border: 0px;
                background-color: transparent;
            }
            #center_reg_m36 #center_ricetta TABLE.ricetta SELECT {
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
                font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
                font-size: 12px;
                font-weight: bold;
                color: #949290;
                background-color: #F6F3F0;
            }
            #center_reg_m36 #center_ricetta TABLE.ricetta TD SPAN {
                color: #FF7F00;
            }
    #center_reg_m36 #center_ricetta TABLE.ricetta INPUT.salva {
        width: auto;
        padding: 5px;
        margin: 0px 0px 10px 0px;
        font-size: 110%;
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: #FF7F00;
        border: 2px solid #FFF2E5;
    }

            #privacy {
                padding: 10px;
                margin: 20px 0px 10px 0px;
                font-size: 70%;
                color: #3090A6;
                background-color: #F1FAFC;
                border: 2px dotted #71CADE;
            }
                #privacy P {
                    padding: 0px;
                    margin: 5px 0px 5px 0px;
                    text-align: center;
                }
                    #privacy P INPUT {
                        width: auto;
                        vertical-align: middle;
                    }
                     #privacy A:link, #privacy A:visited {
                        color: #3090A6;
                        font-weight: bold;
                        text-decoration: underline;
                    }
                    #privacy A:hover {
                        color: #FF7F00;
                    }
                    #privacy P LABEL {
                        font-size: 120%;
                        margin: 0px 10px 0px 0px;
                    }

    
