#info-holder {
	top: 30px;
	left: 30px;
	width: 230px;
	padding-right: 30px;
	height: 340px;
	position: absolute;
	border-right: 1px solid #EEE;
}

#info-holder h1 {
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	color: #CC0000;
	margin-bottom: 10px;
	font-family: 'YanoneKaffeesatzLight';
}

#info-holder h3 {
	font-size: 14px;
	font-family: 'DroidSansBold', sans-serif;
	font-weight: normal;
	margin: 10px 0 5px 0;
	color: #777;
}

#info-holder p {
	font-size: 11px;
	line-height: 18px;
	color: #777;
}

.map {
	text-indent: -99999px;
	width: 224px;
	height: 134px;
	display: block;
	padding: 2px;
	background: #FFF url("../imgs/map.png") no-repeat center center;
	border: 1px solid #DDD;
}

.map:hover {
	border-color: #BBB;
}

#info-holder a {
	margin: 6px 0 6px 0;
	color: #CC0000;
}

#info-holder a:hover {
	text-decoration: underline;
}

.piva {
	color: #AAA;
	font-size: 9px;
}

#info-holder .email-address {
	display: block;
	color: 
}



/* ---------------------------------------------------------------------- */

#mailform {	
	color: #eee;
	position:absolute;
	top: 30px;
	right: 30px;
	width: 650px;
}

#mailform .bi-fields .field {
	float: left;
	margin-left: 10px;
}

#mailform .bi-fields .field:first-child {
	margin-left: 0;
}

#mailform .bi-fields .field input {
	width: 230px;
}

#mailform .field {
	float: left;
}

#mailform .mono-field input {
	width: 550px;
}

#mailform label {
	float: left;
	display: block;
	width: 70px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	line-height: 20px;
	color: #AAA;
	text-transform: uppercase;
}

#mailform  label span,
#mailform .required span {
	color: #C00;
}

#mailform .field input:focus,
#mailform .area textarea:focus,
#mailform .area textarea:active {
	color: #000 !important;
	border-color: #000;
}

#mailform .field input {
	float: left;
	background: transparent;
	padding: 0 0 2px 0;
	color: #555;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #AAA;
}

#mailform .field-container {
	float: right;
	margin-bottom: 20px;
}

#mailform .textarea-field {
	float: right;
	margin-top: 10px;
}

#mailform .area textarea {
	font-family: 'DroidSansRegular', sans-serif;
	width: 528px;
	height: 100px;
	padding: 5px 10px 5px 10px;
	color: #555;
	font-size: 12px;
	line-height: 14px;
	background: #FFF;
	border: 1px dotted #AAA;
}

#mailform .submit-button {
	float: right;
	margin-top: 13px;
}

#mailform .submit-button .button {
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}

#mailform .required {
	clear: inherit;
	float: left;
	margin: 5px 0 0 100px;
	color: #777;
	width: 400px;
	font-size: 9px;
}


#mailform .nota {
	padding-top: 15px;
	float: right;
	width: 550px;
	display: block;
	text-align: justify;
	line-height: 12px;
	font-weight: normal;
	font-size: 9px;
	color: #AAA;
}

/* --------------------------------------------------- */

input.error, textarea.error {
	border-color: #f00 !important;
}

p.error, p.succes, label.error {
	display: none !important;
}
