body{
  margin-left: auto;
  margin-right: auto;
  width: 934px;
  background-color: #F9F9F9;
  font-family: sans-serif;  
}

div.header {
  background: url(header.jpg) no-repeat;  
  color: #AC2023;
  height: 595px;
}

div.headerText {
  padding: 140px 40px 0px 240px;  
}

div.main {
  padding-left: 60px;
  position: relative;
  top: -120px;
  color: #333333;
  font-size: 16px;
}

div#heart {
  padding-top: 100px;
  float: right;
}

h1{
  font-size: 26px;
}

a {
  color: #333333;
}

img {
  border: 0;
}

p.header {
  color: #AC2023;
  font-size: 16px;
  padding-left: 240px;
  position: absolute;
}

p#notice {
  float: left;
  font-style: italic;
  font-size: 12px;
}

div#terms, p#questions {
  font-size: 12px;
}

form {
  float: left;
  width: 422px;
}

input, textarea {
  border: solid 2px #BABABA;  
}

input#submit {
  border: none;
}

label {
  font-weight: 500;
}

div.input {
  padding-bottom: 15px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}