/* CSS Document Menu fade finestre in popup */

body, textarea, input, select, .ricerca {
font-family:Tahoma;
font-size:12px;

}

	.Popup {
  border: solid 0px #f4f4f4;
  font-family: Tahoma;
  font-size: 12px;
  display: none;
  position: absolute;
  width: 780px;
  z-index: 515;
}

.Popuptitle {
  background: #FFFFCC;
  color: BLUE;
  font-weight: bold;
  height: 20px;
  padding: 0px;
}

.Popupbody {
  background: #ffffff;
  padding: 5px;
  text-align: center;
}

#Popup1 {
  top:  2px;
  left: 2px;
background: #ffffff;
}

#Popup2 {
  top:  2px;
  left: 2px;
background: #ffffff;
}

#Popup3 {
  top:  2px;
  left: 2px;
background: #ffffff;;
}



 </style>






