
#lean_overlay {
    position: fixed;
    z-index: 1000000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.casellarepL {
	width: 70%;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #000;
}
        
.modal_close { position: absolute; cursor:pointer; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(images/modal_close.png); z-index: 2; }
.titoloModal {
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	font-family:Futura;
	letter-spacing: 1px;
}


