
.searchletters {
  font-size: 22pt;
  text-align: center;
  margin: 0.5em 0;
  cursor: default;
}
  .searchletters a {
    font-size: 12pt;
  }

.brocardo_giorno {
  position: relative;
  margin: 3em 1ex;
  color: #454040;
}
  .brocardo_giorno span.data {
    font-weight: bold;
    font-family: "Verdana", sans-serif;
    letter-spacing: 1px;
  }
  .brocardo_giorno p {
    padding: 1em 0 1em 5ex;
    margin: 0 25ex 0 0;
    border-bottom: 1px dashed #454040;
  }
  .brocardo_giorno ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    font-weight: bold;
    right: 0;
    bottom: 0;
  }
    .brocardo_giorno ul span {
      font-weight: normal;
    }
.brocardi_giorni_prec {
  float: left;
  padding-left: 3ex;
  background: url(../images/pointer_left.png) no-repeat left center;
}
.brocardi_giorni_succ {
  float: right;
  padding-right: 3ex;
  background: url(../images/pointer_right.png) no-repeat right center;
}

.brocardo_giorno_banner {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: magenta;
  width: 140px;
  height: 100px;
}


#g_body .g_content.search h3 {
  margin: 2em 0 0 0;
  font-size: 12pt;
  color: #960202;
  font-weight: normal;
}
  #g_body .g_content.search h3 em {
    font-style: normal;
    color: #454040;
    font-weight: bold;
  }
  #g_body .g_content.search h3 strong {
    text-transform: uppercase;
  }
  #g_body .g_content.search ul {
    list-style-type: none;
  }


.newSearch {
  background-color: #f9f8f5;
  border: 2px solid #999999;
  color: #454040;
  padding: 1.2em 1ex 0.8em 4ex;
  width: 42ex;
  margin: 2em auto 2em auto;
}
  .newSearch label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #g_body .newSearch .form_text {
    width: 30ex;
  }
  #g_body .newSearch .form_button {
    border: 0;
    background-color: #f9f8f5;
    color: #454040;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
