/******************************************************************************/
/* Apertura PopUp */
/******************************************************************************/
#popupcont {
  position: absolute;
  display: none;
  padding: 5px 5px 5px 5px;
  background-color: #FFFFFF;
  border: 2px;
  border-style: double;
  z-index: 2000;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -khtml-border-radius: 1em;	
  -webkit-border-radius: 1em;
}

#popupmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;

  z-index: 1500;
}

#popupchiudi {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  cursor: hand;
}

#popupcontesto {
  display: none;
}
/******************************************************************************/
