/* ---------- Form Register ---------- */

a, a:visited{
  font:bold 11px Arial;
  color:#008080;
}

a:hover{
  font:bold 11px Arial;
  color:#66c0c0;
}

table{
  height:120px;
  border:1px solid #969696;
}
.label{
  width:100px;
  font:10px Verdana;
  color:crimson;
  text-align:center;
}

.message{
  width:300px;
  font:12px Verdana;
  color:crimson;
  text-align:center;
}

.dati{
  width:200px;
  text-align:center;
}

.log{
  width:190px;
  font:11px Verdana;
  color:#393939;
  text-align:left;
  border:1px solid #969696;
}

.button{
  width:100px;
  font:11px Verdana;
  color:#393939;
  text-align:center;
}