html, * {
  font-family: Helvetica Neue, Helvetica;
  font-size: 12px; }

body {
  width: 100%; }

h1 {
  color: #94aa3c;
  font-size: 200%;
  font-weight: lighter; }

h2 {
  color: #94aa3c;
  font-size: 110%;
  font-weight: bold; }

textarea {
  font-size: 14px;
  border: 1px solid #b5b5b5;
  padding: 3px 5px;
  width: 600px;
  height: 80px; }

.member {
  background: transparent url(/images/return_bg.png) repeat scroll left top;
  width: 827px;
  margin-left: 30px; }
  .member h1 {
    font-size: 257%;
    font-weight: normal; }
  .member h2 {
    font-size: 167%; }
  .member p {
    color: #7a7976; }
  .member .member_content {
    text-align: center;
    padding: 0 0 15px 0; }

.flash {
  font-size: 110%;
  letter-spacing: 0pt;
  margin: 15px;
  padding: 10px 15px 10px 35px;
  text-align: left;
  text-transform: none; }
  .flash.notice {
    background-color: #E5EED1;
    border-bottom: 2px solid #CDDDA8;
    border-top: 2px solid #CDDDA8;
    color: #667938; }
  .flash.error {
    background-color: #F9E7BD;
    border-bottom: 2px solid #EAC46A;
    border-top: 2px solid #EAC46A;
    color: #996633; }

#content_wrapper {
  margin: 0;
  padding: 0; }

#clinical_trials {
  position: relative;
  width: 885px;
  margin: 0 auto; }
  #clinical_trials.small {
    width: 770px; }

#become_a_hero {
  background: url('/images/dc/become_a_hero/bg.jpg') no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 603px;
  height: 747px; }
  #become_a_hero #menu {
    position: absolute;
    top: 16px;
    left: 20px;
    letter-spacing: 1.5px; }
    #become_a_hero #menu a {
      color: #595854;
      text-decoration: none; }
      #become_a_hero #menu a:hover {
        text-decoration: underline; }
  #become_a_hero img.join {
    position: absolute;
    top: 403px;
    left: 213px; }
  #become_a_hero img.help_others {
    position: absolute;
    top: 437px;
    left: 30px; }
  #become_a_hero img.hr {
    position: absolute;
    top: 472px;
    left: 31px; }
  #become_a_hero img.potential_benefits {
    position: absolute;
    top: 492px;
    left: 30px; }
  #become_a_hero #benefits {
    position: absolute;
    top: 522px;
    left: 30px;
    color: #595854;
    letter-spacing: 1px;
    line-height: 22px; }
    #become_a_hero #benefits ul, #become_a_hero #benefits ul li {
      margin: 0; }
  #become_a_hero img.explanation {
    position: absolute;
    top: 638px;
    left: 30px; }
  #become_a_hero img.tip {
    position: absolute;
    top: 671px;
    left: 30px; }

#container {
  background: url('/images/dc/become_a_hero/bottom.png') no-repeat bottom;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 603px; }
  #container #menu {
    background: url('/images/dc/become_a_hero/top.png') no-repeat top;
    width: 603px;
    height: 70px;
    letter-spacing: 1.5px; }
    #container #menu span {
      position: absolute;
      top: 16px;
      left: 20px; }
      #container #menu span a {
        color: #595854;
        text-decoration: none; }
        #container #menu span a:hover {
          text-decoration: underline; }
  #container #content {
    padding: 0 20px 30px 20px;
    color: #595854; }
    #container #content h1 {
      margin: 0; }

.errors {
  padding-top: 50px;
  text-align: center; }

#find_a_clinical_trial {
  position: absolute;
  top: 31px;
  left: 636px; }

#testimonial {
  background: url('/images/dc/testimonial.jpg') no-repeat;
  position: absolute;
  top: 62px;
  left: 281px;
  width: 605px;
  height: 280px;
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: #595854;
  letter-spacing: 1px; }
  #testimonial span {
    position: absolute;
    top: 34px;
    left: 218px;
    width: 364px;
    font-style: italic; }
    #testimonial span em {
      color: #94aa3c;
      font-size: 18px; }
    #testimonial span p {
      font-style: normal; }

#thin_form {
  background: url('/images/dc/thin_form_bottom.png') no-repeat bottom;
  width: 245px; }
  #thin_form label {
    font-size: 14px;
    color: #595854;
    margin: 3px 0 8px 14px; }
  #thin_form input {
    font-size: 14px;
    color: #595854;
    margin: 3px 0 8px 14px;
    border: 1px solid #b5b5b5;
    padding: 3px 5px; }
    #thin_form input.img {
      margin-top: 14px;
      border: none; }
    #thin_form input.medium {
      width: 200px; }
    #thin_form input.error {
      color: black;
      background-color: #fdd; }
  #thin_form select {
    font-size: 14px;
    color: #595854;
    margin: 3px 0 8px 14px;
    border: 1px solid #b5b5b5;
    padding: 2px; }
    #thin_form select.medium {
      width: 210px; }
  #thin_form .form_checkbox input {
    margin: 0 0 0 14px; }
  #thin_form .form_checkbox label {
    font-size: 10px; }
    #thin_form .form_checkbox label a {
      font-size: 10px;
      color: #595854;
      text-decoration: underline; }
      #thin_form .form_checkbox label a:hover {
        text-decoration: none; }

.error {
  color: #D33; }
  .error h2 {
    text-align: center;
    font-size: 120%; }
