@charset "utf-8";
/* CSS Document */
.map {
	text-align:center;
	line-height:3em;
	font-weight:bold;
}
.small {
	font-size:95%;
}
div.contatti {
	line-height: 1.2em;
	padding:5px 10px 50px 10px;
	font-size:95%;
	background-image: url(../immagini/form.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
form {
	text-align: left;
}
fieldset {
	margin:0;
	border: none;
	padding:0;
	width: 295px;
	background-color:#ffffff;
}
legend {
	display: none;
}
form label {
	display: block;
	width: 265px;
	font-size:95%;
	line-height: 1em;
	padding: 5px 10px 3px 20px;
}
label:hover {
	background-color:#ededed
}
form input, form textarea {
	margin-top: 3px;
	width:250px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333
}
button {
	width: auto;
	margin:0 3px 0 3px
}
input:focus, textarea:focus, input.sffocus, textarea.sffocus {
	background: #ededed;
}
input.bot {
	width:auto;
	margin:3px;
	text-align:center;
	cursor:pointer;
}
#informativa {height:100px; overflow:auto; padding:5px; border:1px solid #CCCCCC; }
#informativa p {padding-bottom:8px; margin:0; font-size:95%;}
