/*  Francesco Palmerio - www.occhioalsole.it */
#iscrivi {
	position    : absolute;
	top         : 120px;
	left        : 120px;
	height      : 620px;
	width       : 870px;
	text-align  : center;
	color       : #43aab0;
	font-family : Helvetica;
	font-size   : 18px;
}
#presenta {
	position    : absolute;
	top         : 150px;
	left        : 250px;
	height      : 550px;
	width       : 700px;
	text-align  : center;
	color       : #f00;
	font-family : Helvetica;
	font-size   : 1.4em;
/*	border      : 0.1em green solid;*/
}
td {
	font-size   : 1.1em;
	font-family : 'Ms Sans Serif';
	text-align  : justify;
	color       : #000;
}
th {
	font-size   : 1.3em;
	font-family : Helvetica;
	text-align  : left;
	font-weight : bold;
	color       : #000;
}
#sole3 {
	position    : absolute;
	top         : 70px;
	left        : 300px;
	width       : 600px;
	height      : 600px;
 }
#sole4 {
	position    : absolute;
	top         : 160px;
	left        : 150px;
	width       : 780px;
	height      : 1450px;
	overflow    : hidden;
	color       : black;
	text-align  : justify;
	font-size   : 1.2em;
	font-family : 'Ms Sans Serif';
	font-weight : bold;
/*	border      : 0.2em green solid;
*/
}
/* bottoni macro 
	width           : 230px;
	height          : 90px; 
*/
.btn-toolset {
	width           : 173px; /*marquee width */
	height          : 68px; /*marquee height */
	display         : inline-block;
	text-align      : center;
	white-space     : nowrap;
	color           : #fff;
	line-height     : 1.0em;
	font-family     : Arial,'ms sans serif',Helevetica,Verdana;
	font-weight     : bold;
	font-size       : 1.1em;
	border-radius   : 18px;
	padding         : 3px 13px;
	border          : 0.2em solid green;
	cursor          : pointer;
	text-decoration : none;
/*	background-color: #008080;
	background-color : #9f99ff;
 	background-color: #0af063;
*/
 	background-color: #5656ff;
}

.btn-toolset:hover {
	
/*	background-color: #00C0C0;*/
	background-color: #fff;
	color           : #222;
}
.btn-toolset > strong {
	 font-size      : 18px;
}	
/* secondo tipo*/

.btn-toolse2 {
	
	width        : 193px; /*marquee width */
	height       : 88px; /*marquee height */
	display      : inline-block;
	text-align   : center;
	white-space  : nowrap;
	color        : #000;
	line-height  : 1.6;
	font-size    : 1.5em;
	font-family  : Helvetica;
	font-weight  : bold;
	font-size    : 16px;
	border-radius: 18px;
	padding      : 1px 1px;
	border       : 3px solid #fff;
	cursor       : pointer;
	text-decoration  : none;
	background-color : #2ff;
}
.btn-toolse2:hover {
	background-color : #ff0;
	border-color     : #888;
	color            : #000;
}
.btn-toolse2 > strong {
	 font-size        : 16px;
}	
