   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
	  
   }

   @font-face {
    font-family: 'ComicBookRegular';
    src: url('font/comic_book-webfont.eot');
    src: url('font/comic_book-webfont.eot?#iefix') format('eot'),
         url('font/comic_book-webfont.woff') format('woff'),
         url('font/comic_book-webfont.ttf') format('truetype'),
         url('font/comic_book-webfont.svg#webfontgnFSnJES') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
   td.bottone {
      height: 100px;
	  width: 15%;
	  background-image: url("images/tab/light/sfondo_btn.png");  
	  /* Testo */
	  font-size: 14pt;
	  font-family: ComicBookRegular, Verdana;
	  text-align: center;
	  color: black;
	  line-height: 2.5em;
   }
   
   td.contatti {
      height: 30px;
	  width: 70px;
	  padding: 5px;
	  background-color: orange;
	  border:solid 1px black;  
	  font-size: 11pt;
	  font-family: Verdana;
	  color: black;
	  vertical-align:top;
	  text-align:left;
   }   
   td.contatti_2 {
      height: 30px;
	  width: 250px;
	  padding: 5px;
	  background-color: yellow;
	  border:solid 1px black;
	  font-size: 11pt;
	  font-family: Verdana;
	  color: black;
	  vertical-align:top;
	  text-align:left;
   }
      
   .linkMenu {
      height: 100%;
	  width: 100%;
	  color: black;
	  text-decoration: none;
	  line-height: 6em;
	  font-size: 14pt;
	  font-family: ComicBookRegular, Verdana;
   }
      
   .titolo {
	  font-size: 14pt;
	  color: black;
	  font-family: ComicBookRegular, Verdana;
	  text-align: center;
   }
   
   /* Caselle di testo */
   .inputtxt {
	  font-size: 11pt;
	  color: black;
	  font-family: Verdana;
      padding: 4px;
      border: solid 1px orange;	  
	  background-color: #67B2FD;
   }
 
   /* Bottoni */
   .cmd {
	  font-size: 11pt;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  color: black;
	  font-family: Verdana;
	  background-color: #67B2FD;
      border: solid 1px black;	 
      -moz-border-radius: 1em;
      border-radius: 1em;	  
   }
 
   .footer {
      text-align: center;
	  color: black;
	  font-size: 8pt;
	  font-family: Verdana, Times New Roman, Arial;
	  text-decoration:none;
	  /*background-image: url("images/sfondo.png");*/
   }
   
   /* CURRICULUM TD */
   td.cv1 {
	  width: 150px;
	  padding: 5px;
	  background-color: orange;
	  border:solid 1px black;  
	  font-size: 10pt;
	  font-family: Verdana;
	  color: black;

	  text-align:left;
   }   
   td.cv2 {
	  width: 350px;
	  padding: 5px;
	  background-color: yellow;
	  border:solid 1px black;
	  font-size: 10pt;
	  font-family: Verdana;
	  color: black;
	  text-align:left;
   }
   
   .link_Indietro {
	  color: orange;
	  font-size: 12pt;
	  font-family: ComicBookRegular, Verdana;
	  padding-left: 20px;
   }
   
   .linkvideo {
      width: 300px;
	  height: 40px;
	  background-image: url("images/sfondo_linkvideo.png");  
	  line-height: 2em;
	  text-align: center;
	  font-size: 10pt;
	  font-family: Verdana;
	  cursor: pointer;
   }   
   
   .linkvideoVUOTO {
      width: 300px;
	  height: 40px;

   }
   
   #contenitorevideo {
      position: absolute;
	  top:0;
	  left:0;
	  right:12%;
	  border:solid 5px red;
      width: 471px;
	  height: 317px;  
   }
   
   #video {
      width: 560px;
	  height: 349px;   
	  border: 0px;
   }
   
   #InputNomeGuestbook {
   width: 150px;
   height: 17px;
   font-family: 'Verdana', 'Arial Black', Gadget, sans-serif;
   font-size: 10pt;
   border: solid 1px black;
   background-color: #AEEBF9;
   text-align: center;
}

#textareaMessaggio {
   background-color: #AEEBF9;
   overflow:auto;
   width: 400px;
   height: 150px;
   padding: 15px;
   font-family: 'Verdana', 'Arial Black', Gadget, sans-serif;
   font-size: 12pt;
   font-weight: normal;
   color: black;
   border: solid 1px black;
}

#LasciaMessaggio {
   border: 0px;
   font-family: 'Verdana', 'Arial Black', Gadget, sans-serif;
   font-size: 10pt;
   color: black;
   text-align: center;
}

#msgInviato {
   padding: 20px;
   font-family: 'Verdana', 'Arial Black', Gadget, sans-serif;
   font-size: 12pt;
   color: red;
   text-align: center; 
}

#selezionaPagina {
   color: white;
   border: 0px;
   margin: 5px;
   font-size: 9pt;
}

div.messaggioGuestbook {
   background-color: #AEEBF9;
   width: 700px;
   padding: 5px;
   font-family: 'Verdana', 'Arial Black', Gadget, sans-serif;
   font-size: 10pt;
   color: black;
   text-align: justify; 
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-bottom: 10px;
}