/**
 * PopupWindow 1.0
 * Spiral Designs 2007
 * www.spiraldesigns.com.au
 * Close image courtesy of Famfamfam - http://www.famfamfam.com
 */
 
.PopupWindow {
	border: 0px solid #fff;
	background-color: #fff;
	padding: 0px;
	color:#000000;
}

.PopupAlert {
	border: 3px solid #737373;
	background-color: #fff;
	padding: 0px;
	color:#000000;
}

#AlertClose {
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #fff;
}

#AlertClose a {
	display: block;
	color: #000;
	font-weight: bold;
	padding-right: 30px;
	background: url(/VP_pubbl_img/Images_comuni/vpmc/home-page/cross.png) center right no-repeat;
	text-decoration: none;
}

#PopupClose {
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #fff;
}

#PopupClose a {
	display: block;
	color: #000;
	font-weight: bold;
	padding-right: 30px;
	/*background: url(/VP_pubbl_img/Images_comuni/vpmc/home-page/cross.png) center right no-repeat;*/
	text-decoration: none;
}

#PopupClose a:hover {
	text-decoration: underline;
}


/*** DO NOT EDIT BELOW THIS LINE ***/
.PopupWindow {
	position: absolute;
	z-index: 90000;
	text-align:left;
	margin: 0px;
}

.PopupAlert {
	position: absolute;
	z-index: 90000;
	text-align:left;
	margin: 0px;
}

#PopupClose {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	position: absolute;
	left: 60%;
	top:75%;
}

#mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #D53246;
	filter:alpha(opacity=96);
	-moz-opacity:.96;
	opacity:.96;
	width: 100%;
	height: 100%;
}