@charset "utf-8";
/* CSS Document */

#shadow {
	position: relative;
	left: 10px;
	top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	width:1040px;
}
#shadow .shadow2, #shadow .shadow3, #shadow .container {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow .shadow1 {
	background: #F1F0F1;
}
#shadow .shadow2 {
	background: #DBDADB;
}
#shadow .shadow3 {
	background: #B8B6B8;
}
#shadow .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
}
#div4 {
background: #ebebe7; 
border : 1px solid #b8c910;
width: 500px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
}

.punto {
	height:45px;
	width:45px;
	display:block;
	float:left;
	padding:0 15px 30px 0;
	/*padding-right:15px;*/
}

.rosso {
	color:#c50312;
}
/* form style */
form {
	background-color:#e1dcce;
	padding:15px;
	margin:0 0 300px 20px;
	border:1px solid #bfb8a1;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	z-index: 1;
	}
form p {
	margin-bottom:10px;
	}
.field {
	width:250px;
	min-height:20px;
	background-color:#fff;
	border:1px solid #999;
	font-style: italic;
	color:#666;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
.tasto-richiedi {
	width:150px;
	height:30px;
	border:1px solid #bfb8a1;
	background-color:#f8f5ed;
	font-weight:bold;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: -moz-linear-gradient(top, #cbc4b2 0%, #f8f5ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbc4b2), color-stop(100%,#f8f5ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cbc4b2 0%,#f8f5ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cbc4b2 0%,#f8f5ed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cbc4b2 0%,#f8f5ed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc4b2', endColorstr='#f8f5ed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cbc4b2 0%,#f8f5ed 100%); /* W3C */
	}
#just-married { /* per posizionare la foto sopra al form */
	position:absolute;
	z-index:2;
	top:750px;
	left:850px;
}
.errore-form{
	width:300px;
	min-height:20px;
	color:#C00;
	background-color:#FCC;
	border:1px solid #C00;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 20px;
	padding-top:8px;
	}
.invio-ok-form {
	width:300px;
	height:20px;
	color:#090;
	background-color:#d0e5c1;
	border:1px solid #090;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 20px;
	padding-top:8px;
}
