@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}

a {color: #FFF;}

#container {
	width: 760px;
	margin: 0 auto;
}
#logo {
	width: 760px;
	height: 100px;
	float: left;
	text-align: center;
}
#flash {
	width: 740px;
	height: 202px;
	background-color: #52492a;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}
#mainContent {
	/*height: 612px;*/
	height: 672px;
	width: 760px;
	/*background-color: #52492a;*/
	background-color: #070803;
	background-image: url(img/sfondo_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
#mainContentGrazie {
	height: auto;
	width: 760px;
	background-color: #52492a;
	float: left;
}
#footer {
	height: 98px;
	width: 760px;
	background-image: url(img/sfondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
#sx {
	width: 320px;
	float: left;
	height: 560px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}
#dx {
	width: 320px;
	float: right;
	height: 560px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}
.label {
	display: block;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin-top: 3px;
	text-indent: 5px;
}
.commentForm {
	width: 312px;
	height: auto;
	margin-top: 20px;
	margin-left: -5px;
}
.commentForm input[type="text"], .commentForm textarea {
	width: 308px;
	left: 32px;
	background-repeat: no-repeat;
	border-width:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 25px;
	text-indent: 5px;
}
.nameField {
	height: 28px;
	background-image: url(img/sfondocampi.jpg);
	background-repeat: no-repeat;
	width: 300px;
}
.commentField {
	height:85px;
	background-image: url(img/sfondotextfield.jpg);
	margin-bottom: 5px;
	overflow: hidden;
}
.checkboxField {
	display: block;
	font-size: 11px;
}
.margine {
	margin-right: 5px;
}

.sendButton {
	top:268px;
	left:362px;
	width:80px;
	height:20px;
	border:1px solid #251B11;
	background-color:#2B271B;
	color:#e1cdae;
	float: right;
}
