#popDiv {
	background: #ffffff;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 500px;
	height: 410px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;
	border: 1px solid #00733D;
	display: none;
	
}
#popDiv a:link, #popDiv a:visited {
	color: #00733D;
	text-decoration: none;
}
#popDiv a:hover, #popDiv a:active, #popDiv a:focus {
	color: #00733D;
	text-decoration: underline;
}
#popDiv .popCnt {
	height: 270px;
	top: 100px;
	text-align: left;
	padding: 10px;
}
#popDiv img {
	border: none;
}
#popDiv .popBar {
	height: 89px;
	background-image: url(../immagini/popup_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#popDiv .popFoo {
	height: 20px;
	top: 380px;
	position: absolute;
	left: 400px;
}
#popDiv .popFoo  a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #0033CC;
	font-size: 10px;
}
#popDiv .popFoo a {
	color: #555555;
	display: block;
	background-image: url(../immagini/popup_close.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border: 1px solid #222222;
	width: 75px;
	padding: 5px;
	height: 10px;
}
#popDiv .popFoo a:hover, #popDiv .popFoo a:active, #popDiv .popFoo a:focus {
	color: #555555;
	background-color: #BFDCCE;
	text-decoration: none;
}
#popDiv.show {
	display: block;
}
#popDiv.close {
	display: none;
}
