* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}
input, select,
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
input.check{ width: auto;}
textarea{
	padding: 1px;
	overflow: auto;
}
input,select{
	width: 150px; 
	margin-bottom: 0.20em;
	height: 18px;
}

body{
	border: 0;
	font-family: Calibri;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	color: #27a5b0;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

a:link, a:hover, a:visited{
	text-decoration: none;
	background: none;
	color: #27a5b0;
}

ul {
	margin-left: 1px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.8;
}

.right{
	float: right;
}

.left{
	float: left;
}
div#container{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 1000px;
}

div.spacer{
	clear: both;
	float: none;	
	font-size: 1px;
}

div#header{
	width: 100%;
	height: 106px;
	background: #FFFFFF url(../images/head.jpg) no-repeat left top;
	color: #27a5b0;
	margin-bottom: 4px;
}
.error-msg{
	color: #ba1b53;
	font-style: italic;
}

.segment{
	margin-bottom: 15px;	
	margin-left: 26px;
	margin-right: 26px;
	font-size: 14px;
	text-align: center;
}

#left_side{
	color: #fff;
	width: 386px;
	height: 210px;
	float: left;
	margin-right: 26px;
	font-size: 14px;
	line-height: 1.8;
	font-family: calibri;
	text-align: justify;
}

#right_side{
	color: #27a5b0;
	width: 536px;
	height: 200px;
	overflow: auto;
	position: relative;
	float: right;
	background-color: #FFF;
	font-size: 12px;
	line-height: 1.7;
	font-family: Calibri;
	text-align: left;
}

.wine_box{
	height: 351px;
	width: 236px;
	background: #FFF url(../images/wineBgk.jpg) no-repeat left top;
	float: left;
	margin-left: 4px;
	color: #27a5b0;
	font-size: 12px;
	line-height: 1.4;
	font-family: Calibri;
	text-align: left;
}

.desc{
	padding: 6px 21px 0px 12px;
}

/*FORM DESCRIPTION*/
#email-form{
	margin: 5px 10px 0px 10px;
}

#email-form a:link, #email-form a:hover, #email-form a:visited{
	text-decoration: none;
	background: none;
	color: #27a5b0;
}

#labels{
	float: left; 
	width: 120px; 
	margin-top: 7px;
}
#campi{
	float: left; 
	width: 152px; 
	margin-top: 7px;
}
#area_testo{
	float: right; 
	width: 200px; 
	margin-top: 7px; 
	margin-bottom: 3px;
}
#trattamento{
	font-size: 10px;
	margin-bottom: 5px;
}
#bottone{
	float:right;
}
#bottone input{
	border: 1px solid #000;
	height: 20px;
}

#casella{
	height: 105px; 
	width: 195px;
}

#footer{
	margin: 20px;
	text-align: center;
}