﻿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-color: #a7d068; /* colore sfondo div dietro */
	z-index: 99998;
}

.popup_body {
	position: absolute;
	background-color: #FFFFFF;
	display: none;
	width: 550px; /* 510px; */
	border: 2px solid #a7d068; /* verde */
	z-index: 99999;
	padding: 10px;
	top: 50px;
	left: 275px;
}

.popupContactClose {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #a7d068; /* verde */
	font-size: 20px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	font-weight: 700;
	display: block;
}

