body {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #e6d593;
	color: #4a4122;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#top {
	background-image: url(../img/common/common/background.jpg);
	background-repeat: repeat-x;
	height: 262px;
	width: 100%;
}


#content{
	width: 100%;
}

#bottom {
	margin: 0px;
	margin-top: 10px;
	height: 30px;
	width: 100%;
	background-color: #49401f;
	color: #e6d593;
}

#text_bottom {
	display: block;
	width: 1024px;
	text-align: center;
}

#text_bottom a {
	text-decoration: none;
	color: #e6d593;
}

#box_index {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	min-height: 185px;
	width: 100%;
	background-color: #bca54e;
}

.titolo {
	display: block;
	position: relative;
	width: 600px;
	height: 28px;
	background-image: url("../img/common/titoli/titolo_prodotti.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
	line-height: 44px;
	color: #464020;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

label {
	display: block;
	float: left;
	width: 80px;
	height: 10px;
	margin-bottom: 5px;
	clear: both;
}

input {
	float: left;
	width: 220px;
	height: 12px;
	line-height: 10px;
	margin-bottom: 5px;
	background-color: #E7D593;
	border: 1px solid #797977;
	color: #4a4122;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.button {
	display: block;
	background-color: #4A3F21;
	color: #E7D593;
	width: 50px;
	height: 20px;
	border: 0px;
	padding: 0px;
	margin-top: 10px;
}

textarea {
	width: 350px;
	line-height: 10px;
	margin-bottom: 5px;
	margin-left: 0px !important;
	margin-left: -20px;
	background-color: #E7D593;
	border: 1px solid #797977;
	color: #4a4122;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.error {
	color: #ff0000;
}