﻿body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #333333;
    text-align:left;
    padding: 5px;
}

body
{
    background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.link_piccoli
{
    font-size: 10pt;
    color: #333333;
    font-weight:bold;
}

.bottone {
	-moz-box-shadow:inset 0px 1px 0px 0px #0074c6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0074c6;
	box-shadow:inset 0px 1px 0px 0px #0074c6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0074c6), color-stop(1, #0074c6) );
	background:-moz-linear-gradient( center top, #0074c6 5%, #0074c6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074c6', endColorstr='#0074c6');
	background-color:#0074c6;
	border:2px solid #0074c6;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #0074c6;
    margin-right: 10px;
}.bottone:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0074c6), color-stop(1, #0074c6) );
	background:-moz-linear-gradient( center top, #0074c6 5%, #0074c6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074c6', endColorstr='#0074c6');
	background-color:#0074c6;
}.bottone:active {
	position:relative;
	top:1px;
}
