.resizing {
	height: 254px;
	width: 420px;
	position: absolute;
	top: 110px;
	z-index: 1;
	left: 50%;
	background-image: url(../image/popup_bg4.gif);
	background-repeat: no-repeat;
	
}

.opened {
	visibility: hidden;
	position: fixed;
	float: right;
	height: 30px;
	width: 30px;	
		
	
}
.titoloPop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}

.closed {
	float: right;
	height: 30px;
	width: 30px;
	margin-top: 8px;
	margin-right: 6px;	
	
}

.infoPrompt {
	float: left;
	margin-top: 15px;
	margin-left: 28px;
}
.testoPop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 140px;
	padding-top: 18px;
}
