#archives_search_box {
  width: 255px;
  height: 500px;
  border: solid 2px #0C234A;
  background-color: #FFFFFF;
  padding: 4px;
}
#archives_search_box LABEL {
  display: block;
  white-space: wrap;
}
#archives_search_box input[type=image] {
  position: relative;
  top: 10px;
}
#archives_search_box input[type=text] {
  width: 90%;
}
#tagline {
  font-family: Trebuchet MS;
  font-size: 22px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
  line-height: 24px;
  margin-bottom: 5px;
}

#tagline1 {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin-bottom: 5px;
}

#tagline2 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 15px;
  margin-bottom: 5px;
}

