button.btn_gray {
  position: relative;
  width: 160px;
  height: 35px;
  font-size: 12px;
  color: black;
  font-weight: bold;
  border: 2px solid #D0D0D0;
  border-radius: 5px;
  background-color: #1666A8;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 20%, #FDFDFD 40%, #EEEEEE 80%, #EAEAEA 100%);
}
button.btn_gray:hover {
  opacity: 70%;
  cursor: pointer;
  border-color: gray;
}
button.btn_gray:active {
  border-color: magenta;
}

a.btn_gray {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 160px;
  height: 35px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #D0D0D0;
  border-radius: 5px;
  background-color: #1666A8;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 20%, #FDFDFD 40%, #EEEEEE 80%, #EAEAEA 100%);
}
a.btn_gray:hover {
  opacity: 70%;
  cursor: pointer;
  border-color: gray;
}
a.btn_gray:active {
  border-color: magenta;
}

button.posq-btn {
  width: 100px;
  height: 30px;
}

/*# sourceMappingURL=postalQuery.css.map */
