@charset "utf-8";
/* CSS Document */

 .RightColumPromo_Help p, #complianceForm, #complianceForm #tableSection td.formField select, #complianceForm #tableSection td.formLabel {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
  }
  
  .RightColumPromo_Help .subhead {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    border-bottom: 1px dotted #CCC; 
    width: 597px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  
  #complianceForm #checkboxSection {
    width: 597px;
    margin: 8px 0 28px 0;
    padding-bottom: 1px;
  }
  
  #complianceForm #checkboxSection .checkboxRow {
    position: relative;
    width: 597px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    clear: both;
  }
  
  #complianceForm #checkboxSection .checkbox {
    position: relative;
    float: left;
    display: inline;
    width: 24px;
    padding: 3px 0 0 8px;
  }
  
  #complianceForm #checkboxSection .checkboxLabel {
    position: relative;
    float: left;
    display: inline;
    width: 560px;
    padding-top: 3px;
  }
  
  #complianceForm #tableSection {
    background-color: #EFF8FF;
    padding-bottom: 10px;
    width: 597px;
  }
  
  #complianceForm #tableSection table {
    margin-top: 10px;
  }
  
  #complianceForm #tableSection td.formLabel {
    padding: 2px 2px 2px 30px;
  }
  
  #complianceForm #tableSection td.formField {
    padding: 3px;
  }
  
  #complianceForm #tableSection td.long input {
    width: 296px;
  }
  
  #complianceForm #dashedRule {
    height: 1px;
    width: 597px;
    margin: 14px 0 10px 0;
    border-top: 1px dashed #CCC; 
    clear: both;
  }
