/* STILE DA MODIFICALE */

.popup_message {
	position: fixed;
    z-index: 99990;
	width: 68% ; 
	text-align: left;  
    top:5%;
    left:16%;
	border: 0px solid #fff;
	padding:0px;
	background-color:#3e3232;
}

.popup_message img {
	display: block;
	border: 10px solid #fff;
	/*margin-left:-350px; *//* valore margin: metà della larghezza dell'immagine */
	/*margin-top:-200px;*/ /* valore margin: metà dell'altezza dell'immagine */ 
}

.popup_message .spazio_close img {
	cursor: pointer;
}

.popup_message a.close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: -20px; /* stesso margin dell'immagine */
	z-index: 99990;
	border: none;
	margin-right: 8px;
	margin-top: 30px;
	padding: 0;
	cursor: pointer;
	background: url(close.png) top center no-repeat;
	cursor: pointer;
	
}


.popup_message_cart {
	position: fixed;
    z-index: 99990;
	width: 45% ; 
	text-align: left;  
    top:25%;
    left:26%;
	border: 2px solid #000;
	padding:10px;
	border-radius: 10px;
	background-color:#fff;
}

.popup_message_cart img {
	display: block;
	border: 10px solid #fff;
	/*margin-left:-350px; *//* valore margin: metà della larghezza dell'immagine */
	/*margin-top:-200px;*/ /* valore margin: metà dell'altezza dell'immagine */ 
}

.popup_message_cart .spazio_close img {
	cursor: pointer;
}

.popup_message_cart a.close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: -20px; /* stesso margin dell'immagine */
	z-index: 99990;
	border: none;
	margin-right: 8px;
	margin-top: 30px;
	padding: 0;
	cursor: pointer;
	background: url(close.png) top center no-repeat;
	cursor: pointer;
	
}

/* STILE DI DEFAULT: PUOI MODIFICARE MA CON ATTENZIONE */

body {
	height: 100%;
}

.divnero {  
	width:100%;
	height:100%;
	background-color:#000;
	position: fixed; 
	top:0;
	left:0;
	z-index:10;
	opacity:.60;
	filter:alpha(opacity=60);
}

#mostra {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}

#mostra_cart {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}

*html #trasparenza {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}


