@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:90%;
	margin:0px;
	background-color:#e6e9dc;
	}

h1{
	margin:0px;
	padding:0px;
	font-size:120%;
	}

h2{
	margin:0px;
	padding:0px;
	font-size:110%;
	font-weight:normal;
	}

a {}

a:hover{}
	
#container{
	text-align:left;
	}
	
#content{
	width:900px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	}
	

	
#titolo{
	text-align:left;
	margin-top:15px;
	padding:0px 10px 0px 10px;
	border-bottom:5px solid #008837;
	}
	
#menu{
	text-align:left;
	width:700px;
	float:left;
	background:#E0E0E0;
	}
	
#loginout{
	width:199px;
	float:right;
	padding-top:7px;
	padding-bottom:3px;
	background:#E0E0E0;

	}

#inside{
	margin:20px 10px 20px 10px;
	text-align:left;
	}
	
#spacer_alto{
	clear:both;
	width:900px;
	height:5px;
	background-color:#008837;
	}
	
#spacer_basso{
	clear:both;
	width:900px;
	height:3px;
	background:#008837;
}

#footer{
	font-size:80%;
	padding-top:20px;
	height:50px;
	}
	
	a.butt_invia{ text-align:center; color:#fff; padding:3px; display:block; background-color:#009d5b; background-image: -moz-linear-gradient(top, #009d5b, #005431); -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px;  -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border:1px solid #fff; width:100px; text-decoration:none; text-transform:uppercase; float:left;}
a:hover.butt_invia{ text-align:center; color:#fff; padding:3px; display:block; background-color:#009d5b; background-image: -moz-linear-gradient(top, #005431, #009d5b); -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px;  -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border:1px solid #fff; width:100px; text-decoration:none; text-transform:uppercase; float:left;}
