.wizard-buttons {
  margin-top: 24px;
}

.wizard-buttons a {
  margin-right: 20px;
}

.wizard-banner-wrapper {
  margin: 0px 0px 20px 0px;
}

.wizard-banners {
  width: 800px;
  height: 224px;
}

.wizard-logos {
  margin: 20px 0px;
}

.wizard-logos a {
  margin-right: 30px;
}

#node-699 .newsletter {
  border-top: 3px solid #EEE;
  height: 30px;
  border-bottom: 3px solid #EEE;
  padding-top: 10px;
}

#node-699 .newsletter label {
  float: left;
  margin-top: 1px;
}

#node-699 .newsletter input {
  float: left;
  margin: 0px 12px 0px 4px;
}

#node-699 form {
  margin: 16px 0px;
}

#node-699 .newsletter #news-terms {
  margin: 4px 6px 0px 4px;
}

#node-699 .newsletter label#terms-label {
  margin-right: 12px;
}

.wizard-button-wrapper {
  width: 788px;
}

.wizard-button-float {
  margin: 0 auto;
  width: 500px;
}

.wizard-download {
  width: 220px;
  padding: 8px;
  text-align: center;
  float: left;
}

a.download-wizard {
  color: #FFF;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #1E6D50;
  background: -webkit-linear-gradient(bottom, #1E6D50 0px, #258760 100%);
  background: -moz-linear-gradient(center top , #1E6D50 0px, #258760 100%) repeat scroll 0 0 transparent;
  border: 1px solid #18563D;
}


a.download-wizard:active, a.download-wizard:hover,
a.download-wizard:link, a.download-wizard:visited {
 color: #FFF;
}

.wizard-download .caption {
  margin-top: 10px;
  color: #777;
  line-height: 1.2em;
  font-size: 0.9em;
}


/* webform subscribe form */
#block-system-main .article-type-webform label {
  font-weight: bold;
}

#webform-component-i-agree-to-the-terms--conditions .form-item-submitted-i-agree-to-the-terms--conditions-agree-terms {
  float: left;
  padding-right: 14px;
  margin: 0;
}

#webform-component-i-agree-to-the-terms--conditions .form-item-submitted-i-agree-to-the-terms--conditions-agree-terms label {
  display: none;
}

#webform-component-i-agree-to-the-terms--conditions .description {
  margin-top: 4px;
}

#webform-component-i-agree-to-the-terms--conditions input.form-checkbox {
  vertical-align: top;
  margin-top: 2px;
}


.wizard-subscribe {
  width: 220px;
  padding: 8px;
  padding-left: 16px;
  text-align: center;
  border-left: 3px solid whitesmoke;
  float: left;
}

.wizard-subscribe .caption {
  margin-top: 10px;
  color: #777;
  line-height: 1.2em;
  font-size: 0.9em;
}

a.subscribe-wizard {
  color: #FFF;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #BC813B;
  background: -webkit-linear-gradient(bottom, #9E542F 0px, #BC6638 100%);
  background: -moz-linear-gradient(center top , #9E542F 0px, #BC6638 100%) repeat scroll 0 0 transparent;
  border: 1px solid #683A1E;
}

a.subscribe-wizard:active, a.subscribe-wizard:hover,
a.subscribe-wizard:link, a.subscribe-wizard:visited {
 color: #FFF;
}