/* Registration - basic styles for info screens etc
--------------------------------------------------------------------------------
   Copyright (c) 2009 Unbound Medicine, Inc.
   Author: Dan Kornegay
-------------------------------------------------------------------------------- */

div.registration {
  width: 600px;
  margin: 0 auto; 
  padding: 20px 0 0 0; 
  text-align: left; }

div.registrationPopup {
  width: 300px;
  margin: 10px;
  padding: 0; }
  
  div.registration h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    color: #3633a3;
    border-bottom: 1px solid #000; }

  div.registration h3, div.registrationPopup h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    color: #3633a3;
    border-bottom: 1px solid #000; }

  div.registration p, div.registrationPopup p {
    margin: 0 0 5px 0;
    padding: 5px 0;
    font-size: 13px;
    line-height: 16px; }
    
  div.registration p.center {
    text-align: center; }

  div.registration ul, div.registration dl, div.registrationPopup ul, div.registrationPopup ol {
    margin: 0 0 0 10px;
    padding: 0; }

  div.registration dl.freeTrialsList {
    float: left; }

  div.registration dl.freeTrialsList dt, div.registration dl dt {
    font-weight: bold; }

  div.registration dl.freeTrialsList dd a {
    text-decoration: underline; }

  div.registration ul li, div.registration dl dd, div.registrationPopup ul li, div.registrationPopup ol li {
    margin: 0 0 5px 15px;
    list-style-position: outside;
    list-style-type: disc; }

  div.registration img.doneImage {
    float: left;
    margin-right: 10px; }
    
  div.registration a#install {
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
  }  