﻿.InformazioniPrivacyMain {
    background-image:url(../immagini/registrazione/sfondo.png);
    background-repeat:no-repeat;
	margin:0px;
    padding:0px;
    background-position:top; 
    height:450px;
    width:566px;
    font-family:Arial;
    font-size:12px;
    color:rgb(3,104,33);
}


.InformazioniPrivacy{
    margin:0px;
    padding:0px;
   height:450px;
   width:566px;
   z-index:10000;
   position:fixed;
   top: 50%;
   left: 50%;
   margin-top:-189px;
   margin-left:-257px;
}


.overlayInfo{
         width: 100%;
         min-height:2000px;
         height:100%;
         background: black;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 8000;
         display: none;
         margin:0;
         padding:0;
         opacity: 0.8 !important; 
	     /* For IE 5-7 */
	     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
	        /* For IE 8 */
	     -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
}

.contenutoInfo
{
    width:566px;
    height:450px;
    padding:10px;
    overflow:scroll;
}
