#popup {
	display:none;
	}
	
#popup .ok{
	background-color:green;
	color:#000;
}

#popup .button{
	background-image:url(../../images/background/Newpx.gif);
}
	
	
#popup .sfondo {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #6699CC;
/*	-moz-opacity:.1;  /*per mozilla
	filter: alpha(opacity=100); /*per ie7
	opacity:.1;  /*per futuri browsers*/
	}
#popup .finestra {
	background-image:url(../../images/background/Newpx.gif);
	z-index:101;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:900px;
	height:500px;
	color:#000;
	/*background-color:#fff;*/
	/*background-image: url(../images/background/Newpx.gif);*/
	border:2px solid #000;
	padding:20px;
/*	-moz-opacity:.1;  /*per mozilla
	filter: alpha(opacity=100); /*per ie7
	opacity:.1;  /*per futuri browsers*/
	}
#popup .finestra .foot {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	padding:10px;
	margin:0;
	width:480px;
	height:30px;
	background-color:#e8e4e0;
	border-top:1px solid #c8c4c0;
	}
#popup .finestra .padding {
	overflow:auto;
	height:260px;
	}



#popup1 {
	display:none;
	}
	
#popup1.ok{
	background-color:green;
	color:#000;
}
	
#popup1.button{
	background-image:url(../images/background/Newpx.gif);
}
	
#popup1 .sfondo {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #6699CC;
	-moz-opacity:.50;  /*per mozilla*/
	filter: alpha(opacity=55); /*per ie7*/
	opacity:.50;  /*per futuri browsers*/
	}
#popup1 .finestra {
	background-image:url(../../images/background/Newpx.gif);
	z-index:101;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:600px;
	height:270px;
	background-color:#fff;
	border:2px solid #000;
	padding:20px;
	-moz-opacity:.80;  /*per mozilla*/
	filter: alpha(opacity=85); /*per ie7*/
	opacity:.80;  /*per futuri browsers*/
	}
#popup1 .finestra .foot {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	padding:10px;
	margin:0;
	width:480px;
	height:30px;
	background-color:#e8e4e0;
	border-top:1px solid #c8c4c0;
	}
#popup1 .finestra .padding {
	overflow:auto;
	height:260px;
	}
