html, body, h1, p {
  margin:0;
  padding:0;
  border:0;
  outline: none;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html, body {
  width: 100%;
  height: 100%;
  color: #262626;
  background-color: #f6faeb;
}
h1 {
  font: 25px "Droid Sans", Helvetica, sans-serif;
  color: #534E3A;
  letter-spacing: +0.0em;
  font-weight: bold;
  margin-bottom: 25px;
}
p {
  font: 20px/1.1em "Droid Sans", Helvetica, sans-serif;
  color: #534E3A;
  margin-bottom: 25px;
  letter-spacing: -0.007em;
  text-align: justify;
}
a {
  text-decoration: none;
  color:#866;
}
a:hover {
  color:#999;
}
.container {
  width: 480px;
  height: 500px;
  background-color: #f6faeb;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bronto {
  width: 480px;
  height: 132px;
  margin: auto;
  background-image: url(bronto.png);
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.links {
  font: 20px/1.1em "Droid Sans", Helvetica, sans-serif;
  padding-bottom: 50px;
}
#contact_form {
  display: none;
  font: 16px/1.1em "Droid Sans", Helvetica, sans-serif;
  padding-bottom: 50px;
}
label {
	margin-bottom: 5px;
}
.row {
	display: table;
	margin-bottom: 5px;
}
.span3 {
  padding-top: 11px;
  text-align: right;
  margin-left: 20px;
  min-height: 1px;
  width: 100px;
  float: left;
}
.span4 {
  width:286px;
  margin-left: 20px;
  min-height: 1px;
  float: left;
}
input, textarea {
  font: 16px/1.1em "Droid Sans", Helvetica, sans-serif;
}
.g-recaptcha {
  margin-bottom: 10px;
}
input[type="text"], input[type="email"], textarea {
  margin-left: 0px;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 25px;
  border-radius: 3px;
  vertical-align: middle;
  color: #333;
  background-color: #FFF;
  box-shadow: 2px 2px 2px 0px #F7F7F7 inset;
  transition: border 0.1s linear 0s, box-shadow 0.1s linear 0s;
  border: 1px solid #B8B8B8;
  outline: 0px none;
}
textarea {
  height: 100px;
  resize: vertical;
}
textarea.span4 {
  margin-left: 0px;
}
input[type="submit"] {
  width: auto;
  cursor: pointer;
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background-color: #D2453F;
  background-image: linear-gradient(to bottom, #E85B54, #B22520);
  background-repeat: repeat-x;
  box-shadow: 0px 1px 0px rgba(242, 164, 162, 0.6) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #B22520;
  padding: 4px 20px 5px;
  font: 16px/1.1em "Droid Sans", Helvetica, sans-serif;
  border-radius: 3px;
}
.offset {
	margin-left: 120px;
}
#thanks {
	color: #337ab7;
	display: none;
}
#whoops {
	color: #B22520;
	display: none;
}
