.box_popup {
	border:3px solid #cccccc;
	width:350px;
	margin:5px;
	padding:5px;
	position:absolute;
	background-color:#FFFFFF;
	display:none;
}

.box_popup .chiudi_popup {
	border-bottom:2px solid #ffb027;
	width:350px;
	text-align:right;
}

.contenuto_popup {
	padding:5px;
	text-align:justify;
}

.contenuto_popup img {
	border:0px solid #000000;
}

.contenuto_popup table {
	width:100%;
}

.contenuto_popup td {
	padding:5px;
	border:1px dashed #cccccc;
}