p {
  margin-top: 1px;
  /*margin-right: 120px;
  width: 420px;*/
  margin-bottom: 1px;
  margin-left: 0px;
  text-align: justify;
}

img {
  border: 0;
}

fieldset {
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}

legend {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  margin: 5px;
}

input {
  background-color: #CCCCCC;
  color: #000033;
  font-size: 10px;
  border-top: 1px solid #666666;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 1px solid #666666;
  margin-left: 20px;
}

textarea {
  font-size: 10px;
  color: #000033;
  background-color: #CCCCCC;
  border-top: 1px solid #666666;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 1px solid #666666;
  margin-left: 20px;
}

select {
  font-size: 11px;
  color: #000033;
  width: 150px;
  background-color: #CCCCCC;
  border: 0px;
  margin-left: 20px;
}

li {
  list-style-type: none;
  padding: 4px;
}

ul {
  margin-top: 0px;
  margin-left: 0px;
  list-style-type: none;
}

label {
  /*width: 150px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #000;*/
}

caption {
  font-size: 12px;
  font-weight: bold;
}

h1 {
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  margin-top: 52px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  line-height: 25px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #333333;
}

h3 {
  /* viene utilizzato dal wiki */
  font-size: 11px;
  font-weight: bolder;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #999999;
}

h4 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

/*h4 {
  font-size: 0.8em;
  font-weight: normal;
  background-color: transparent;
  color: #4D4A47;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 10px;
}*/

hr {
  /*color: #C0BAAF;*/
  margin-top: 1px;
  margin-bottom: 1px;
  border: thin solid #CCCCCC;
}

.submit {
  background-color: #CCCCCC;
  border: 0px;
  color: #000033;
}

.radio {
  background-color: #FFFFFF;
  border: 0px;
}

.check {
  background-color: #FFFFFF;
  border: 0px;
}

.display_out {
  position: absolute;
  left: -1000px;
  width: 990px;
}

.invisibile {
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

/* ----------------------------- Allineamenti ----------------------------- */
.sx {
  text-align: left;
}

.cx {
  text-align: center;
}

.dx {
  text-align: right;
}

.marg_sx {
  margin-left: 10px;
}

/* ----------------------------- tabelle ----------------------------- */
.tab_form {
  width: 400;
}

.tab_border {
  border: 1px solid #CCCCCC;
}

.tab_dati {
  border: 1px solid #CCCCCC;
  width: 95%;
}

.tab_dati td {
  border: 1px solid #CCCCCC;
}

.tab_dati th {
  border: 1px solid #999999;
  text-align: center;
}

/* ---------------------------------------------------------- */
.no_border {
  border: 0px;
}

.errore {
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
  height: 100px;
  width: 394px;
  vertical-align: middle;
}

.editor {
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}

.corsivo {
  font-style: italic;
  background-color: transparent;
  color: #333333;
}

.up_txt {
  text-transform: uppercase;
}

.low_txt {
  text-transform: lowercase;
}

.top_nav {
  /* uguale ad h1 */
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  margin-top: 52px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  line-height: 25px;
}