*{
	padding: 0;
	margin: 0;
}

html, body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 1em;
	height: 100%;
	width: 100%;
	line-height: 1em;
	background: #74baf6;
}
a{
	text-decoration: none;
	color: #2f53a3;
}
a:hover{
	color: #2f53a3;
	text-decoration: underline;
}
a img{
	border: none;
}
ul li{
	list-style-type: none;
	list-style-position: outside;
}


/* @end */

/* @group Tipografia */

h1{	
	font-weight: bold;
	font-size: 1.3em;
	color: #ddb750;
}
h2{
	font-weight: bold;
	font-size: 1.1em;
	color: #ddb750;
}

h3{
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

p{
	font-size: .8em;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1em;
	font-weight: bold;
}
p.nobold{
	font-weight: normal;
	color: #666;
}

#main{
	width: 954px;
	margin: 0 auto;
	background: #fff;
}
#contenuto{
	width: 914px;
	padding-left: 20px;
	padding-right: 20px;
}
#main h1{
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}
#modulo label{
	width: 130px;
	float: left;
	color: #666;
}

#modulo label.error{
	width: 130px;
	float: none;
	color: #fff;
	background: #cc0000;
	position: relative;
	margin-left: 20px;
	padding: 3px;
	font-weight: normal;
	margin-right: 10px;
}
#modulo #invia{
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ddb750;
	color: #fff;
	cursor: pointer;
}

#modulo #invia:hover{
	background: #2f53a3;
}
#modulo p.sesso input{
	width: 20px;
	border: none;
}
#modulo p input.accept{
	width: 20px;
}
#modulo p.sesso{
	font-weight: normal;
}
#modulo p.sesso label{
	font-weight: bold;
}
#modulo p.conosci{
	font-weight: normal;
}

#modulo p.ospite{
	font-weight: normal;
}
#modulo p.conosci input{
	width: 20px;
	border: none;
}
#modulo p.ospite input{
	width: 20px;
	border: none;
}
p.sesso span{
	margin-right: 10px;
}
#modulo p input{
	width: 200px;
	padding: 2px;
	border: 1px solid #ccc;
}
#modulo p textarea{
	width: 490px;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}
h2{
	font-size: .9em;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-top: 2px solid #2f53a3;
	padding-top: 5px;
	margin-top: 1em;
}
table.risultati{
	font-size: .8em;
}
table.risultati td{
		padding-right: 40px;
}
#footer{
	border-top: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p{
	font-weight: normal;
	font-size: .7em;
}
