﻿
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: #5f604f; /* colore sfondo */
	z-index: 99998;
}

#popupContact {
	display: none;
	position: absolute;
	_position: absolute; /* hack for internet explorer 6*/
	width: 300px;
	height: 300px;
	z-index: 99999;
	top: 150px;
	left: 150px;
}

.popupContact {
	background-color: #FFFFFF;
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	/*height: 304px;*/
	width: 300px;
	border: 2px solid #5f604f; /* scuro */
	z-index: 99999;
	padding: 10px;
/*	font-size: 13px;*/
}

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