.snap-popup-overlay.ui-widget-overlay {
	background: url(/web/img/bg/000000-50perc.png);
}
.snap-popup-overlay.ui-widget-overlay{
	z-index:14999;
}

.box-snap-popup {
	display: none;
	z-index: 15000;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
}
.box-snap-popup-header {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0 );
	border-bottom: 1px solid #e8e8e8;
}
.snap-popup-header {
	padding: 20px 25px;
}
.snap-popup-header .snap-popup-title {
	font-size: 16px;
	font-weight: bold;
	color: #00488a;
	display:block;
	float:left;
}
.snap-popup-pulsante-header-chiudi {
	display:block;
	float:right;
}

.snap-popup-body {
	margin: 20px;
}