.radioDemo{
	display:none;
}
  .radioTable {
	margin-top: 8px;
	margin-bottom: 8px;
}
  
  table.radioTable th,
  table.radioTable td {
	font-size: 13px;
	color: #DDD;
	text-align: center;
	vertical-align: bottom;
  }
      
  table.radioTable .highlight {
	background-color: #CCCCCC;
  }
   table.radioTable .spacer {
	width: 8px;	
  }
  table.radioTable thead .highlight {
  }
      
  .radioTable .complete {
  }

  .radioTable a.signup {
	display: block;
	color: #666666;
	font-size: 19px;
	line-height: 1;
	border: 1px solid #666666;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
  }
#mainContent .radioTable a.signup:hover {
	background-position: 0 -26px;
	color: #666666;
	background-color:#CCCCCC;
  }
	.sendit  {
	background-color:#FFFFFF;
	color:#666666;
	border:1px solid #666666;
	font-weight: bold;
	font-size:16px;
	cursor:pointer;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.sendit:hover  {
	background-color:#666666;
	color: #FFFFFF;
	}
