.radioDemo{
	display:none;
}
table.radioTable a {
  color:#fff;
  text-decoration:none;
}

table.radioTable {
	padding:2px;
	background-color:cornflowerblue;/*#444444*/
}
table.radioTable th,table.radioTable td {
  padding: 0.25em 1.5em;
  font-size: 13px;
  color: #DDD;
  text-align: center;
  vertical-align: bottom;
}
table.radioTable .highlight {
  background-color: royalblue;/*#343434 */
  color: #FFF;
}
.radioTable a.signup strong {
  display: block;
  padding: 6px 17px 0px 6px;
  margin-left: 7px;
	  background-color: midnightblue;/*#EF8412 */
  height: 20px;

}
.radioTable a.signup:hover {
  background-position: 0 -26px;
  color: #FFF;
  background-color:#F39D01;
}
  .radioTable a.signup:hover strong {
    background-position: 100% -26px;
    background-color:lightsteelblue;/*#F39D01 */
  }
.radioTable a.btn-more {
  margin-left: 10px;
  width: 103px;
}

