<style type="text/css">
<!--

body {
	scrollbar-3dlight-color: #7e7e81;
	scrollbar-arrow-color: #7e7e81;
	scrollbar-base-color: #bfbfc0;
	scrollbar-darkshadow-color: #7e7e81;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #dfdfdf;
	overflow-x: auto;
	overflow-y: auto;
}

.moduli_campi_testo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #5e5e61 1px solid;
	background-color: #dfdfdf;
	color: black;
	scrollbar-3dlight-color: #bfbfc0;
	scrollbar-arrow-color: #9e9ea0;
	scrollbar-base-color: #bfbfc0;
	scrollbar-darkshadow-color: #bfbfc0;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #dfdfdf;
}

.pulsante_submit {
	color: #5e5e61;
	font-family:Verdana,helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#dfdfdf;
	border:1px solid;
	padding: 5px;
	border-top-color:#5e5e61;
	border-left-color:#5e5e61;
	border-right-color:#5e5e61;
	border-bottom-color:#5e5e61;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#dfdfdf',EndColorStr='#9e9ea0');
}
/*	
	CSS3 Buttons 
	by Andrea Canton http://andreacanton.com
	
	License Creative Commons 3.0 BY-NC-SA
	
*/

.button, input[type=submit], .button:visited, input[type=submit]:visited {			
	font: 15px Verdana,helvetica,sans-serif;
	display:inline-block;
	color: white !important;
	text-decoration:none;
	padding: 2px 10px;
	margin: 0 3px 3px 0;
	text-shadow: 0 1px 1px #333;
	background-color: #9e9ea0; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #9e9ea0, #bfbfc0);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e9ea0), to(#7e7e81));
	box-shadow: 1px 1px 2px #888, inset 0 0 2px white;
	-moz-box-shadow: 1px 1px 2px #888, inset 0 0 2px white;
	-webkit-box-shadow: 1px 1px 2px #888, inset 0 0 2px white;
	border:1px solid #5e5e61;
	cursor:pointer;
}

/* States */
.button:hover, input[type=submit]:hover {
	color:white !important;
	box-shadow:1px 1px 2px #888, inset 0 0 4px white;
	-moz-box-shadow:1px 1px 2px #888, inset 0 0 4px white;
	-webkit-box-shadow:1px 1px 2px #888, inset 0 0 4px white;
	background-color: #7e7e81; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #9e9ea0, #bfbfc0);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e9ea0), to(#7e7e81));
}

.button:active, input[type=submit]:active {
	box-shadow:0 0 1px #888, inset 0 0 3px white;
	-moz-box-shadow:0 0 1px #888, inset 0 0 3px white;
	-webkit-box-shadow:0 0 1px #888, inset 0 0 3px white;
	position:relative;
	top:1px;
	color: white;
}

/* Disabled status */
.button.disabled, input[type="submit"].disabled,
.button.disabled:hover, input[type="submit"].disabled:hover,
.button.disabled:active, input[type="submit"].disabled:active{
	box-shadow:0 0 1px #888, inset 0 0 3px white;
	-moz-box-shadow:0 0 1px #888, inset 0 0 3px white;
	-webkit-box-shadow:0 0 1px #888, inset 0 0 3px white;
	background-color: #B5B5B5; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #9e9ea0, #bfbfc0);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e9ea0), to(#7e7e81));
	border:1px solid #6C6C6C;
	color: #ddd !important; /* ovverride the original color */
	cursor:wait;
	position:relative;
	top:0;
}

/* Colors change */
.button.blue, input[type=submit].blue {
	background-color: #6da5d5; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, , #6da5d5);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6da5d5), to(#386f9f));
	border:1px solid #004d80;
}

/* Dimension change */
.button.small, input[type=submit].small{
	font-size:12px;
	padding: 3px 8px 4px;
	text-shadow:0 1px 1px #555;
}
.button.large, input[type=submit].large{
	font-size:20px;
	padding: 5px 12px 7px ;
	text-shadow:0 1px 1px #111;
}
input[type=submit].large{
	line-height: 1em;
	padding-bottom: 8px;
	padding-left:24px;padding-right:24px; 
}

/* Extra */
.button span {
	font-family: Georgia, serif;
	font-weight:normal;
	font-style:italic;
}


html,body {
	height: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	display: inline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	display: inline;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	display: inline;
}

.testi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	line-height: 20px;
}

.testi a {
	color: #444545;
	text-decoration: underline;
}

.testi a:hover {
	color: #444545;
	text-decoration: none;
}

.testi_piccoli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c5c5c;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -0.5px;
}

.testi_piccoli a {
	color: #444545;
	text-decoration: underline;
}

.testi_piccoli a:hover {
	color: #444545;
	text-decoration: none;
}

.testo_indirizzo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
}

.testo_indirizzo a {
	color: #444545;
	text-decoration: underline;
}

.testo_indirizzo a:hover {
	color: #444545;
	text-decoration: none;
}
















.testiTitolo {
	font-family: Verdana;
	font-size: 14px;
	color: #555555;
	line-height: 14px;
	padding-left: 0px;
	padding-right: 0px;
	font: bold;
	font-variant: small-caps;
}


.testi_piccoli_bianchi {
	color: #555555;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 11px;
}

.testi_piccoli_bianchi a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: White;
	font-weight: normal;
	text-decoration: none;
}

.testi_piccoli_bianchi a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: underline;
}

/*BUTTON BLUE*/

#button a {
	background: transparent url(/images/button_left.png) no-repeat top left;
	display: block;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 17px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration:none;
}

#button span  {
	color: #3569a5;/*button text color*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background: transparent url(/images/button_right.png) no-repeat top right;
	height:17px;
	padding:1px 12px 3px 10px;
	display: block;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button a:hover {
	background-position: bottom left;
	background: transparent url(/images/button_left_hover.png) no-repeat top left;
	color: #3569a5;
	text-decoration:none;
}

#button :hover span {
	background-position: bottom right;
	background: transparent url(/images/button_right_hover.png) no-repeat top right;
	color: #3569a5;
	text-decoration:none;
}




-->

</style>

