@charset "utf-8";
/* CSS Document Friends-for-hire.com */

.rainbow {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.35em; /* change to suit your needs */
    background: linear-gradient(to right, #c00000 0%,#c00000 12%,#ff0000 12%,#ff0000 27%,#ffc000 27%,#ffc000 36%,#ffff00 36%,#ffff00 51%,#92d050 51%,#92d050 56%,#00af50 56%,#00af50 66%,#00afef 66%,#00afef 76%,#006fc0 76%,#006fc0 81%,#001f5f 81%,#001f5f 91%,#6f2f9f 91%,#6f2f9f 100%);
}

#form-messages {
  display:none;
  background: none repeat scroll 0 0 black;
  color: white;
  display: none;
  font-family: Pacifico;
  font-size: 26px;
  height: 64px;
  line-height: 56px;
  margin: 0 auto;
  width: 660px;
}

.error {
  color: #b94a48;
}

.success {
  color: #468847;
}

button#js-ajax-php-json {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  color: #fff;
  font-family: Oswald,Impact,sans-serif;
  font-weight: bold;
  height: 6.2em;
  text-transform: uppercase;
}