/* layer di copertura */

#layerHTMLTop {
	position: absolute;
	z-index: 1000;
	/*width: 100%;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100% !important;
}
#layerHTMLTop #velinaHTMLTop {
	background-color: #FFF;
	position: absolute;
	z-index: 1100;
	/*width: 100%;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100% !important;
}
/*#layerHTMLTop div {
	position: absolute;
	z-index: 1200;
	width: 1000px;
	height: 560px;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -500px;
	background-color: #FFF;
	overflow: hidden;
}*/