.nascosto {
   display: none; 
   text-align: left;
   font-size: 4px;
}
.msg {
  font-family: Georgia, Arial, Verdana;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	border: 2px dotted #00c000;
  font-weight: bold;
  font-style: italic;
}
/* le definizioni seguenti servono per provare il pupup */
.popup {
display : block;
width: 320px;
height: 320px;
position: absolute;
top: 220px;
left: 35%;
z-index: 10;
}
div#cont {margin:10px auto 0 auto; width:200px;}
fieldset { border:1px solid green }

legend {
   padding: 0.2em 0.5em;
   border:1px solid green;
   color:green;
   text-align:right;
   font-weight: bold;
   font-size: 12px;
   font-family: Arial, Verdana, "Times New Roman", Times, serif;
   background: #c0c0c0;
}

label{
   float: left;
   width: 70px;
   font-weight: bold;
   font-size: 11px;
   font-family: Arial, Verdana, "Times New Roman", Times, serif;
   margin:2px;
}
hr {
  border: 0;
  color: #176582;
  background-color: #176582;
  margin: 3px;
  height: 3px;
}
input, textarea, select {
  color: #000000;
  background: #BBBBFF;
  border: double 2px #295365;
  margin:2px;
}
