/*
 * Richmond Pharmacology - Trials4us - Phase I recruitment
 *
 * Style sheet: registration.css
 * Style sheet for registration page
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */

/* 'Register now' link */

#register-link a {
  display: block;
  background: transparent url(/images/arrows/orange-white-se-11.gif)
    left center no-repeat;
  padding: 2px 0 2px 18px;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}


/* Styles for animation, and surrounding structure (show/hide links,
   etc) created by registration.js script. */
   
#process-container.animation-visible #process-animation,
#process-container.animation-hidden #process,
#process-container.animation-visible #process-hide-animation,
#process-container.animation-hidden #process-show-animation {
  display: block;
}

#process-container.animation-visible #process,
#process-container.animation-hidden #process-animation,
#process-container.animation-visible #process-show-animation,
#process-container.animation-hidden #process-hide-animation {
  display: none;
}

#process-show-animation, #process-hide-animation {
  font-size: 90%;
  padding: 0 0 0.5em 0;
}

#process-container {
  position: relative;
  overflow: visible;
}

#process-animation {
  position: absolute;
  left: -13px;
  top: -1px;
}

#process-container.animation-visible #process-hide-animation {
  padding-top: 130px;
}


/* Styles for sections. Hide the dividers at the start and end of the page,
   so it looks like a single-section page with a piece taken out for the
   process diagram, rather than a normal multi-section page. */

#page-content #intro, #page-content #outro {
  margin-top: 0;
  margin-bottom: 0;
}

#page-content #process-section {
  padding-top: 1px;
  padding-bottom: 1px;
}

#process {
  padding-top: 0.5em;
}
