/****************foglio di stile per landing page: parametri condivisi e div generali ***************/

body {
		margin: 0px;
		padding: 0px;
		border:0px;
		font-family: "Trebuchet Ms",verdana, Sans-serif;
		background:url(images/sfondo-body.jpg) repeat-x;
		background-color:#CCE9F9;
		color:#666;
	}
	
img {
		margin:0px;
		border:0px;
		padding:0px;
}


#main{
		margin:0px auto;
		overflow:hidden;
		width:831px;
		background:url(images/sfondo-main.jpg) repeat-y;
}
#top{
	margin:0px auto;
	width:831px;
	height:400px;
	background:url(images/sfondo-top.jpg) no-repeat;
}
#top img{padding:30px 29px 0px 29px;}

#container_cnfrm{
	width:730px;
	margin:0 auto;
	
	height:auto;

}

#sinistra{
	float:left;
	width:194px;
	height:auto;


}
.sinistraimg{	padding-left:30px;
	padding-top:10px;}
	
	#sinistra p{	padding-left:25px; line-height:110%; font-size:11px;}
		#sinistra h1{	padding-left:30px;}
	
#destra{
	float:right;
	width:637px;
	height:auto;
	background:url(images/border-destra.jpg) no-repeat left center;
	
}
#destra p{padding-right:25px;
padding-left:7px;}
#destra h1{
padding-left:7px;}
#bottom{
	
		width: 831px;
		height:115px;
		background:url(images/sfondo-bottom.jpg) no-repeat;
		float:left;
		padding:0px;
		margin:0;
}
			
			#bottom p{
					
				font-size:12px;
				color:#666;
				line-height:110%;
				
			
			}
			
			#bottom a {
				color:#569C0A;
				text-decoration: underline;
			}
			  
			#bottom a:hover {
				color:#569C0A;
				text-decoration:none;
			}


/********************* form con calendario ***********************/

#form {
	width:500px;
	height:342px;
	background:url(images/sfondo-form.jpg) no-repeat;
	
	margin:0 auto;
	padding:0px;


	font-size: 12px;
	
	}
	
#form p {
	color: #666;
	padding:5px;
	margin: 0;
	font-family:Century gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:100%;
}

#form h2{
	font-size:14px;
color: #569C0A;
	padding:5px;
	margin:0;

}


#form a {
	font-weight: normal;
	font-size:10px;
	color: #666;
}

a:hover.privacy, a:active.privacy {
	text-decoration: underline;
}

#form form {
	margin: 0 0 0 10px;
}

#form .land_input {
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 160px;
}

#form .land_input_data {
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 115px;
}

#form .land_input_small {
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 35px;
}
#form .land_input_medium{
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 90px;
}
#form .land_calendario_button {
	border: 0;
	margin: 0;
	background:url(images/calendar_button.jpg) no-repeat center;
	text-align: center;
	width: 33px;
	height: 19px;
	cursor: pointer;
	vertical-align: bottom;
	font-size: 11px;
	color: #666;
}

#form .land_button {
	border: 0;
	font-family:Century gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(images//button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:25px;
	width: 93px;
	font-weight: bold;
}


#form .land_texarea {
	width: 400px;
	height: 100px;
	font-family:Century gothic, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
font-size: 11px;
	color: #666;
	overflow: auto;
}

/***********************************fine form******************************/
/****************************** tag html ********************************/

p {
	font-size:14px;
	color: #666;
	line-height:120%;

}

h1{
	font-size:19px;
	color: #569C0A;
	padding:0;
	margin:0;



}
h2{
	font-size:14px;
color: #569C0A;
	padding:0;
	margin:0;

}


a {
	color:#666;
	text-decoration: none;
	font-size:12px;
}
 
 
a:hover {
	color:#666;
	text-decoration:underline;
	font-size:12px;

}

.left{
	float:left;
	margin-right:10px;
}

ul {
	font-size:13px;
	color:#666;
	line-height:120%;

}
