.link_like{
    cursor: pointer;
    text-decoration: underline;
    color:#495A63;
}

#newsletter_user_details {
        position:absolute;
        top:0px;
        left:0px;
        width:94%;
        height:94%;
	padding: 3%;
        background-color:#666666;
        color:#ffffff;
        border:solid 1px #495A63;
        z-index:2;
}
/* STILI FORM NEWSLETTER*/

#newsletter_fake{
	width:auto;
        padding:10px 20px 0px 0px;

	}
#newsletter_espansa{
	width:auto;
        position:absolute;
        top:0px;
        right:0px;
	text-align: right;
	padding: 10px;
        background-color: #0069A7;
        color:#ffffff;
        border:solid 1px #333333;
        z-index:100000;
	}
.padding10{padding:10px;}

#modulo_newsletter{
     width:300px;
     padding:10px;

}

#modulo_newsletter fieldset{
    border:0px none;
     line-height:normal;
    }

#modulo_newsletter legend{
    font-size:14px;
    padding-bottom:10px;
    }

#modulo_newsletter .etichetta{
    width:35%;
    display: block;
    float: left;
    text-align: left;
    font-size: 11px;
    padding:1%;
    }
#modulo_newsletter form{
    padding:0px;
    margin:0px;
    }

#modulo_newsletter label{
    margin:0px;
    text-align:right;
    display:block;
    }
#modulo_newsletter label:hover{
    margin:0px;
    text-align:right;
    display:block;
    }
#modulo_newsletter .div_label{
    margin:0px;
    text-align:right;
    display:block;
    }
#modulo_newsletter .div_label:hover{
    margin:0px;
    text-align:right;
    display:block;
    }

#modulo_newsletter .input{
    width:40%;
    border: solid 1px #EEF4F4;
    margin:5px 5px 15px 5px;
    }
#modulo_newsletter .input:hover {
    border: solid 1px #ffffff;
    }

.name_user{
    float:left;margin-top:3px;
    }
.pointer{
    cursor:pointer;
    text-decoration:underline;}

.white_pointer{
    cursor:pointer;
    text-decoration:underline;
    color:#ffffff;
    font-size:11px;}


.icon_lente{
    float:left;}
.green{color:green;}
.red{color:red;}
.white{color:#ffffff;}
.schede_dati{
    background-color:#ffffff;
     padding:20px;
    margin-top:10px;
    border:solid 1px #cccccc;
    color:#495A63;
}

.schede_dati h3 {
    margin:0px 0px 10px 0px;
    padding:0px;
    
   }

.schede_dati h4 {
    font-size:14px;
    font-weight:bold;
    display:block;
    border-bottom:solid 1px #cccccc;
    margin:5px 0px 0px 0px;
    padding:0px;
    
   }
.schede_dati .spacer{clear:both; display:block;}
.dato_schede_dati{
    font-weight:normal;
    width:60%;
    margin:5px;
    float:right;
    white-space:normal;
   }
.label{float:left; margin:5px;}

#iframe_composizione{
     width:100%;
     border:solid 1px #86A1AE;
     height:650px;
     }
#iframe_anteprima{
     width:100%;
     border:solid 1px #86A1AE;
     height:550px;
}

#tabelle_newsletter{
     margin:10px 0px 10px 0px;
}

#tabelle_newsletter th{
     background-color:#333333;
     padding:4px;
     color:#eeeeee;
     }


#tabelle_newsletter .tr_even{
     background-color:#ffffff;
     padding:4px;
     }
#tabelle_newsletter .tr_odd{
     background-color:#eeeeee;
     padding:4px;
     }
