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

#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;
}