/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* button 
---------------------------------------------- */
.button {
	font-weight:bolder;
	font-size:18px;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/*font: 14px/100% Arial, Helvetica, sans-serif;*/
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
body{

	font-family: 'PT Sans',Verdana;

}

table{

	font-family: 'PT Sans',Verdana;

}

img{

	border:solid 0px black;
	
}

.newQuest{

	background: #fff;
	color : #000;
}

#contatti{

background:url(../images/sfondoInd.jpg) center right no-repeat;

padding: 0px 20px 0px 0px;

}

#headContact{

text-decoration:none;
color:black;

}

#headContact.visited{

text-decoration:none;
color:black;

}


#corpo{

	margin: 0px auto 0px auto;

}

#domandaAggiuntiva{

margin-top:15px;
border-top: solid 1px black;
padding-top:15px;

text-align:left

}

#leftMenu {
	margin-top: 100px;
	width:150px;
	border-radius: 10px;
	border-style:solid;
	
	background:url(../images/backGrad.png) bottom left repeat-y;
	}
	
	
#leftMenuFAQ{
	font-size:14px;
	margin-top: 50px;
	width:150px;
	border-radius: 10px;
	border-style:solid;
	
	background:url(/images/backGradFAQ.png) bottom left repeat-y;
	}
	
#leftMenuFAQ td    {
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style:solid;
	padding:5;
	}
	
	#leftMenuNoTOP{
	
	width:150px;
	border-radius: 10px;
	border-style:solid;
	background:url(/images/backGrad.png) bottom left repeat-y;
	}
	
#rightMenu {
	margin-top: 20px;
	
	}
	
#leftMenu td    {
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style:solid;
	padding:5;
	}
#tableTitle{
	color:#6a67f3; font-size:larger; font-weight:bolder}
	
#tableTitleFAQ{
	color:#000000; font-size:larger; font-weight:bolder}
	
#leftMenu a {

	color: #fff;
}

#leftMenu a:visited {

	color: #fff;
}

#leftMenu td:hover {
	background:url(/images/backHover.png) bottom left repeat-x;
	color: #000;
}

#leftMenuFAQ a {

	color: #000000;
}

#leftMenuFAQ a:visited {

	color: #000000;
}

#leftMenuFAQ td:hover {
	background:url(/images/backHover.png) bottom left repeat-x;
	color: #000;
}

button.css3button {
	font-family: 'PT Sans',Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fc9fdb 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fc9fdb),
		to(#ffffff));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	
}

