
a {
	cursor: pointer;
	text-decoration: none;
}

#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #777461; /* colore sfondo */
	z-index: 99998;
}

/*#ingredienti {
	display: none;
	position: absolute;
	_position: absolute; 
	width: 270px;
	height: 200px;
	z-index: 99999;
	top: 100px;
	left: 135px;
}*/

.ingredienti {
	background-color: #FFFFFF;
	width: 270px;
	border: 2px solid #b73f3e; /*bordeau*/
	padding: 10px;
}

.popupContactClose, .popupContactClose:link, .popupContactClose:visited, .popupContactClose:hover, .popupContactClose:active {
	right: 6px;
	top: 4px;
	position: absolute;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b73f3e; /*bordeau*/
	font-weight: bold;
	text-decoration: none;
}


