body {
margin:0;
padding:0;
}

#content {
	width: 70%;
	padding: 0;
	margin: 0 auto;
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 20%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 20%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 20%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 20%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 20%,#a5c956 100%); /* W3C */
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#menu {
	width: 70%;
	padding: 0;
	margin: 0 auto;
	display: block;
	float: none;
	height: 60px;
}
#menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
#menu li a{
	padding:0;
	margin:0;
	float: left;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #a5c956;
	display: block;
	width: 425px;
	height: 60px;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 1px #444;
	font-family: Century gothic, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	-moz-box-shadow: inset 0 -6px 13px -4px #000;
	-webkit-box-shadow: inset 0 -6px 13px -4px #000;
	box-shadow: inset 0 -6px 13px -4px #000;

}
#menu li a.here {
	background: #cdeb8e;
	-moz-box-shadow: inset 0 0 0 0 #000;
	-webkit-box-shadow: inset 0 0 0 0 #000;
	box-shadow: inset 0 0 0 0 #000;
}

.formstyle {
	padding: 15px;
}
.formstyle ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.formstyle li {
	padding: 0;
	margin: 0 20px 15px 0;
}
.lisx {
	float: left;
}
.formstyle input, .formstyle select {
	font-size: 16px;
	width: 220px;
	border-radius: 3px;
	border: 1px solid #999;
	font-family: Helvetica, Geneva, sans-serif;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0;
}
.formstyle textarea {
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #999;
}
.formstyle label {
	height: auto;
	width: 140px;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 1px #444;
	font-family: Century gothic, Geneva, sans-serif;
}
.formstyle fieldset {
	margin: 40px 0px;
	padding: 0;
	border: 0;
}
.formstyle legend {
	font-size: 22px;
	color: #fff;
	text-shadow: 2px 2px 1px #444;
	font-family: Century gothic, Geneva, sans-serif;
	font-weight: 200;
	margin: 20px 0 30px 0;
}
#generali table {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Century gothic, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
	border: 0;
}

#generali tr {
	margin:0;padding:0;
	height: 40px;
	border-bottom: 1px solid black;
	//background: url("../img/line960.jpg") bottom no-repeat;
}
#generali th {
	font-family: Century gothic, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #85bf00; /* Old browsers */
	background: -moz-linear-gradient(top, #85bf00 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85bf00), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85bf00 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #85bf00 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #85bf00 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #85bf00 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
}
#generali td {
	margin: 0 0px 0 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid black;
}
input.nuovobot {
	width: 120px;
	height: 40px;
	display: block;
	margin: 0px 0 20px 20px;
	padding: 0;
    float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	font-family: Century gothic, Geneva, sans-serif;
	font-size: 18px;
}
input.nuovobot:hover {
	-moz-box-shadow: 0 0 6px 0 #ffffc6;
	-webkit-box-shadow: 0 0 6px 0 #ffffc6;
	box-shadow: 0 0 6px 0 #ffffc6;
}
input.inviabot {
	width: 120px;
	height: 40px;
	display: inline;
	margin: 0px 0 20px 20px;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	font-family: Century gothic, Geneva, sans-serif;
	font-size: 18px;
}
input.inviabot:hover {
	-moz-box-shadow: 0 0 6px 0 #ffffc6;
	-webkit-box-shadow: 0 0 6px 0 #ffffc6;
	box-shadow: 0 0 6px 0 #ffffc6;
}
.formstyle input.cerca {
	background: url("../img/search-button-28.png") no-repeat center;
	border: 0;
	width: 28px;
	height: 28px;
	margin-top: 22px;
}
.formstyle input.cerca:hover {
	-moz-box-shadow:  0 0 4px 0 rgb(255, 255, 0);
	-webkit-box-shadow:  0 0 4px 0 rgb(255, 255, 0);
	box-shadow:  0 0 4px 0 rgb(255, 255, 0);
}

.suggestBox ul{
margin:0;
padding:0;
list-style-type: none;
}
.suggestBox li{
margin:0;
padding: 5px 0;
list-style-type: none;
}
.suggestBox li:hover{
background: #0099FF;
cursor: pointer;
}

.suggestBox ul li.selected { background-color: #0099FF;}
