
#getpagedna {
  padding: 10px 0px 0px 0px;
}
h1 {
  color: #26A8BF; 
  font-weight: bold;
  font-size: 23px;   
  margin-bottom: 10px;
}

.required {
  color: red;
}

.nocc { display: none; }
.noccmode .cc { display: none; }
.noccmode .nocc { display: block; }

#planboxes {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
#planboxes li {
  display: block;
  width: 100px;
  margin-right: 20px;
  font-size: 11px;
  float: left;
}

#main {
  width: 525px;
}
#faq {
  width: 355px;
  float: right;
}

#faq {
  float: right;
  width: 355px;
  margin-right: 0px;
  background: url(/images/yellow-box-repeat.png) repeat-y;
  border: 0px #25bfd6 solid;
  line-height: 18px;
}
#faq .top {   
  background-image: url(/images/yellow-box-top.png);
  width:355px;
  height:13px;
}
#faq .bottom {
  background-image: url(/images/yellow-box-bottom.png);
  width:355px;
  height:13px;
}

#faq-info {
  padding: 0px 20px 20px 20px;
}

#faq h1 {
  margin-top: 0px;
  color: black;
  font-size: 17px;
}

#faq h2 {
  margin-top: 7px;
}

h2 {
  color: #26A8BF !important;
  font-weight: bold !important;
  font-size: 15px;   
  margin-top: 1em;
}

.button-like {
  font-size: 20px;
  border-radius: 7px;
  border: 2px solid #FCC300;
  background-color: #FDD200;
  cursor: pointer;
  outline-width:0;
  padding: 5px 10px;
  font-weight: bold;
  color: #4a3e00;    
  clear: both;
  margin: auto;    
  margin-top: 10px;
  font-family: sans-serif;
  background: -moz-linear-gradient(top, #FDD900 0%, #FCC300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDD900), color-stop(100%,#FCC300));
  display: block;  
  text-shadow: 0px 1px 2px #ffe460;
  text-align: center;
}
.button-like:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top, #FCC300 0%, #FDD900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCC300), color-stop(100%,#FDD900));
}

