
#backgroundPopup{  
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}  

.popup{
	display:none;
	position:fixed;	
	_position:absolute; /* hack for internet explorer 6*/
			
	top:50%;
	margin-top:-176px;
	left:50%;
	margin-left:-266px;
			
	width:522px;
	_width:544px;
	height:345px;
	_height:367px;
	
	padding: 10px;
	
	background:#ffffff;
	border:1px solid #000000;
	z-index:2;
	
	overflow-x:hidden;
	overflow-y:scroll;
			
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #000000;
}

    .popup #popup_table_form td {

	font-size:12px;

    }

	.popup #popup_table_form td.col1	{  width:170px; }
	.popup #popup_table_form td.col2	{  width:200px; }
	.popup #popup_table_form td.col3	{  width:170px; }
	.popup #popup_table_form td.col4	{  width:200px; }
	.popup #popup_table_form td.tot		{  width:740px; }
	.popup #popup_table_form td.tot_alto	{  width:740px; height:40px; }
	.popup #popup_table_form td.tot_just	{  width:740px; text-align: justify; }

    .popup #popup_table_form input {

	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #eeeeee;
	color:#000000;

    }

.div_chiudi_popup {
	display:none;
	position:fixed;	
	_position:absolute;
	
	top:50%;
	left:50%;
	
	width:20px;
	height:20px;
	
	cursor:pointer;
	background-image:url('images/close_layer.gif');
	
	z-index:3;
}

/*div#box200{
    border: 5px solid #000;
    padding:10px;
    width: 170px;
    background-color: #ccc;
    }

div#box200{
    \width: 200px;
    w\idth: 170px;
    } */

	/*#testo_popup {
		height:325px;
		margin-top:15px;
		padding:10px;
		overflow-y: scroll;
		background:#eeeeee;
		border:2px solid #000000;
	}*/
	
	#bottone_chiudi_popup {
		float:right;
		cursor:pointer;
	}
		