html, body {
  margin: 0;
  text-align: center;
  background-image: url('../img/bknd.gif');
}

#container {
  margin: 14 auto;
  width: 625px;
  text-align: left;
  font: normal 1.05em "Times New Roman";
  line-height: 1.25em;
  padding: 18px 35px;
  border-width: 3px 1px 0 1px;
  border-style: dotted solid solid solid;
  border-color: #ccc #eee #fff #eee;
  background-color: #fff;
}

#discl {
  margin: 14 auto;
  width: 625px;
  text-align: left;
  font: normal 0.8em "Times New Roman";
  line-height: 1.3em;
  color: #666;
}

h1 {
  margin-top: 20px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-left: 60px;
  color: #933;
}

h3 {
  font: bold 1em verdana;
  color: #933;
}

.testimonial {
  background-color: #ffc;
  margin: 25px 30px;
  padding: 20px 30px;
  font-style: italic;
  line-height: 1.3em;
  border: 1px solid #666;
}

u {
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px; 
}

ul {
  font: bold 0.9em verdana;

}

ul li {
  margin-bottom: 4px; 
}

#btnOrderRegC {
  display: block;
  width: 420px;
  margin-top: 40px;
}

/* rouned buttons */
.btnSp {
  cursor: pointer;
  background-color: #f27d00;
  text-align: center;
  font: bold 18px arial;
  color: #fff;
  text-decoration: none;
}
.btnSp span {
  font: bold 18px verdana;
  line-height: 18px;
  margin-right: -5px; 
}
.btnSp div.tl {
  background: transparent url(../img/rndcrns/btn_tl.gif) no-repeat top left;
}
.btnSp div.tl div.tr {
  background: transparent url(../img/rndcrns/btn_tr.gif) no-repeat top right;
}
.btnSp div.bl {
  background: transparent url(../img/rndcrns/btn_bl.gif) no-repeat bottom left;
}
.btnSp div.bl div.br {
  background: transparent url(../img/rndcrns/btn_br.gif) no-repeat bottom right;
}
.btnSp div.tl,
.btnSp div.tl div.tr,
.btnSp div.bl,
.btnSp div.bl div.br {
  height: 3px;
  font-size: 1px;
}
/* end rouned buttons */