  @charset "utf-8";
  /* CSS Document */
  
  * { margin: 20; padding: 0; }   */ 
  
  body
	  {
	  background-color:#FFF;
	  }
  
  #input
	  {
	  border-radius: 8px;
	  text-align:center;
	  background-color: #059CE4;
	  color: #FFF;
	  height: 20px;
	  width: 70px;
  
	  }

  #input_1
	  {
	  border-radius: 8px;
	  text-align:center;
	  background-color: #059CE4;
	  color: #FFF;
	  height: 20px;
	  width: 50px;
  
	  }



	  
  #button
	  {
	background-color:#03F;
	color:#FFF;		  
	  border-radius: 8px;
	  text-align:center;
	  width:90px;
	  height:25px;
	  box-shadow:5px 5px 10px #000;
	  }
  
  
#buttonpint
	{
	background-color:#03F;
	color: #FFF;
	width:25px;
	height:25px;
	box-shadow:5px 5px 12px #000;
	border-radius:8px;
	text-align: center;
	}
  
#button_uguale
	{
	background-color:#03F;
	color: #FFF;
	width:20px;
	height:20px;
	box-shadow:5px 5px 12px #000;
	border-radius:8px;
	text-align: center;
	}


  #datatxt
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:150px;
	  height:22px;
	  }
	  
  #datatxt1
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  
	  color: #FFF;
	  width:200px;
	  height:22px;
	  }
	  
  #datatxt_titolo
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  
	  color: #FFF;
	  width:600px;
	  height:22px;
	  }
	  
	  
	  
	
  #datatxthidden
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:200px;
	  height:22px;
	  visibility:hidden
	  }
	
	
	
	  
  #datatxtmulti
	  {
	  background-color: #000;
	  border-radius: 8px;
	  text-align:center;
	  color: #FFF;
	  width:200px;
	  height:35px;
	  
	  }
	  
	  
	  
  #table	
  {
	  background-color:#666;
	  border-radius: 8px;
	  border:2px solid;
	  border-color:#000;
	  color: #FFF;
	  box-shadow:5px 5px 10px #000;
	  }

  #table1	
  {
	  background-color:#000;
	  border-radius: 8px;
	  border:2px solid;
	  border-color:#000;
	  color: #FFF;
	  box-shadow:5px 5px 10px #000;
	  }

  
  #firma {
	  background-color:#03F;
	  color:#FFF;
	  width:500px;
	  height:20px;
	  box-shadow:5px 5px 12px #000;
	  border-radius:8px;
	  text-align: center;
	  font-weight: bold;
  }
  
  a:link {
	text-decoration: none;
	  color: #FFF;

}
a:visited {
	text-decoration: none;
	  color: #FFF;

}
a:hover {
	text-decoration: none;
	  color: #0F0;
}
a:active {
	text-decoration: none;
		  color: #FFF;

}
  
