/* Top row */
div#cnf {
  clear: both;
  width: 970px;
  padding: 12px 0 0 0;
}

div#cnf div#top-row-right {
  float: left;
  width: 672px;
  padding: 0 20px 0 0;
  background-image: url("/images/blank-panel.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 652px;
  height: 296px;
}

div#cnf div#top-row-right h1 {
  padding: 26px 0 10px 26px;
  font-size: 2.8em;
  font-weight: bold;
  color: #c50100;
}

div#cnf div#top-row-right p {
  padding: 0 0 22px 26px;
  font-size: 1.2em;
  line-height: 17px;
}

div#cnf ul {
  float: left;
  padding: 0 30px 0 26px;
}

div#cnf ul li {
  margin: 0 0 8px 0;
  padding: 2px 0 0 12px;
  font-size: 1.2em;
  background-image: url("/images/bullets/grey-on-white.gif");
  background-repeat: no-repeat;
}


