﻿.infonegolo
{
	display: none; 
	position: absolute;
   	width: 200px; 
   	height: 100px;
   	overflow: auto;
   	color: #000000; /* TextEnable */
   	background-color: #EEEEEE; /* LGray */
   	border: 1px solid;
   	border-color: #000000; /* CDark */
   	margin-top: 10px;
   	margin-left: 20px;
   	padding: 5px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/* line-height: 17px; */
   	/* left: 550px; */
}



/* Esperimento ... non utilizzato */
#barb {
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	height: 33px; 
	line-height: 35px; 
	color: #d4d4d4; 
	font-size: 13px; 
	text-align: center; 
	z-index: 4; 
	background-repeat: repeat-x; 
	background-position: 0 -90px; 
	background-color: transparent;
	/* text-shadow: #fff 0 1px 0;  */
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	
}

.MyFieldSet
{
     margin-top:10px;
     margin-left:15px;
     width:90%;
     font-size: 12px;
     font-weight: bold;
}

.MyFieldSetDiv
{
     padding: 10px;
}

.ULButton
{ /* list-style-image:url(/SitoTpl/Img/LIButton.gif); */
  margin:0; 
  padding:12px 0 0 10px;
}

.ULButton li
{ /* display:inline;  */
  list-style-type:none;
  height: 30px;
}

.ULButton li a
{ font-family:Verdana;
  font-size:11px;
  padding:5px 16px 5px 44px; 
  background-image: url(/SitoTpl/Img/LIButton.gif);
  background-repeat:no-repeat;
  /* text-decoration :none;  */
  color:#444; 
  /* list-style-type:none;  */
  height:30px;
}

.ULButton li a:hover
{ /* color: White; */
  /* background-color: Black; */
  text-decoration:underline;
}
