.hide { display: none; }

#fullscreen {
    display: none;
    background-image: url(../images/shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}
	
* html #fullscreen{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.euromotor.it/images/shadow.png', sizingMethod='scale');
}

#largepopupPrivacy {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 481px;
	background: url(../images/floater-top.png) no-repeat;
	height: 270px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
}

* html #largepopupPrivacy{
	height: 160px;
	height: 200px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.euromotor.it/images/floater-top.png', sizingMethod='scale');
}

.largepopup-content{
	width: 390px;
	padding: 50px 35px 0 35px;
	margin: 0 auto;
}

.largepopup-footer {
	background: url(../images/floater-bottom.png) bottom no-repeat;
	min-height: 89px;
	margin: 0;
	padding: 0 30px 0 30px;
	}
	
* html .largepopup-footer{
	height: 89px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.euromotor.it/images/floater-bottom.png', sizingMethod='scale');
}

#closeBox{
	position: relative;
	width: 40px;
	height: 40px;
	background-image: url(../images/closebox.png);
	background-repeat: no-repeat;
}

/** html #closeBox{
	position: relative;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.euromotor.it/images/closebox.png', sizingMethod='scale');
}*/

.largepopup-content h3 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	color: #999999;
	text-align: center;
	}
	
.largepopup-content p {
color:#4D4D4D;
font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
font-size:11px;
line-height:14px;
padding:20px 0pt;
text-align:justify;
}
	
.largepopup-footer ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	}
	
.largepopup-footer li {
	display: inline;
	padding: 0 5px;
	}
