html {
  border:0;
}
body {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
p {
  margin: 8px 5px;
}
p.info {
  margin: 0;
  font-size: 12px;
  color: #787878;
}
span {
  color: #cb2027;
  margin: 5px;
}
.form h2 {
  font-family: arial, sans-serif;
  background-color: #7ac142;
  font-size: 24px;
  padding: 5px;
  color: #ffffff;
  margin: 0;
}
.form .field {
  margin: 10px 5px;
}
.form input, form textarea {
  border:1px solid #C0C0C0;
  color:#333333;
  font-size:12px;
  font-weight:normal;
  padding:5px;
  width:438px;
  font-family: Arial, helvetica, sans-serif;
}
.form label {
  
}
.form .submit {
  border: 0;
  height: 33px;
  display: inline;
}
label.error {
  clear:both;
  display: block;
  font-size: 14px;
  color: #cb2027;
  background: transparent url(/images/erroruparrow.gif) no-repeat scroll 0 0;
  padding-left: 20px;
}
.contact-us-content .sidebar {
  float: left;
  width: 200px;
  padding-right: 1em;
}
.contact-us-content .main {
  float: left;
  width: 475px;
}
h2 {
  color: #61BB19;
  font-size: 18px;
}
h1 {
  color: #61BB19;
  font-size: 24px;
}
.form {
  border-top: 3px solid #61BB19;
  background: #eeeeee;
  padding: 0.5em;
  width:460px;
}
span.number {
  color: #000000;
  font-size: 24px;
}
.splitter {
  height: 10px;
  background: transparent url(/images/post-foot.gif) repeat-x scroll 0 bottom;
  clear: both;
  margin: 0;
  margin-bottom: 10px;
}
label {
  font-weight: bold;
}
.loading {
  border-top: 3px solid #000000;
  background: #eeeeee;
  padding: 0.5em;
  width:700px;
}
.attachment {
  display: none;
}
.seasonal-intro {
  height: 115px;
  background: transparent url(/images/little-elf.gif) no-repeat scroll 100% 0;
  padding-right: 130px;
  width: 617px;
}

/*rails error messages */
#errorExplanation h2 {
  display: none;
}
#errorExplanation p {
  color: #cb2027;
}
#errorExplanation ul li {
  color: #cb2027;
}