div#modal{
	display:none;
	position: absolute;
	z-index: 102;
	background: #ffffff; 
	width:100%; 
	top: 0;
	left: 0;
}
div#popup {
	display:none; 
	position: absolute; 
	z-index: 103;
	top: 0;
	
	border: 1px solid #BBB;
	
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #eee); /* for firefox 3.6+ */ 
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-radius:0 0 10px 10px;
	-moz-box-shadow:0 0 32px #000;
	-webkit-box-shadow:0 0 32px #000;
	box-shadow:0 0 32px #000;
}
div#titlePopup{
	background-color: #06ADC3;
	padding: 5px 25px 5px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
div#chiudiPopup{
	position: absolute;
	margin: 8px 10px 3px 3px;;
	top: 0; 
	right: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
div#chiudiPopup .imgChiudiPopup{
	width: 12px;
	height: 12px;
	background-image: url(/global/img/icon/sprite.png);
	background-repeat: no-repeat;
}
div#chiudiPopup .sf_b{background-position: -12px 0px}
div#chiudiPopup .sf_n{background-position: 0px 0px}

div#contPopup{
	padding: 10px;
}