html { 
  min-height: 100%; 
  height: auto; 
  border:none;
}

body {
	color:#FFF;
	padding: 0 0 30px 0;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-color: #555;
}
	
h4 {
	font-size: 17px;
}
	
fieldset {
	border: 0;
}
	
.radioDemo{
	display:none;
}

h2 {
  color:#fff;
  text-transform:lowercase;
  font-weight:normal;
  font-size:1.8em;
  letter-spacing:-1px;
}
h2 {
  color:#bbb;
}

a {
  color:#fff;
  text-decoration:none;
}

table.radioTable {
	background-color:#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 thead th {
    padding-top: 25px;
    font-size: 21px;
    color: #FFF;
  }
  
  table.radioTable tbody th {
    text-align: right;
    font-size: 11px;
    color: #999;
    width: 150px;
  }
    table.radioTable tbody th acronym {
      margin-right: -16px;
      padding-right: 16px;
    }
  
      table.radioTable td em {
        display: block;
        font-size: 11px;
        font-weight: normal;
        color: #999;
      }
      
  table.radioTable .highlight {
    background-color: #343434;
    color: #FFF;
  }
  table.radioTable thead .highlight {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;    
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-radius: 4px;
  }
  
  .radioTable .row-price td {
    font-size: 13px;
    color: #999;
  }
    .radioTable .row-price strong {
      padding: 0 .25em;
      font-weight: normal;
      font-size: 21px;
      color: #FFF;
      font-family: Georgia, serif;
    }
      
  .radioTable .complete {
    font-size: 18px;
    font-weight: 100;
    line-height: .5;
  }
  .radioTable .dotted {
    color: #EF8412;
    font-size: 18px;
    font-weight: 100;
    line-height: .5em;
  }
  .radioTable .dashed {
    color: #666;
    font-size: 10px;
  }

  .radioTable a.signup {
    display: block;
    margin: 4px 0 10px 5px;
  	color: #FFF;
  	font-size: 12px;
  	line-height: 1;
  	background-color: #EF8412;
  	width: 83px;
  	height: 26px;
  	-moz-border-radius-bottomleft: 7px;
  	-moz-border-radius-bottomright: 7px;
  	-moz-border-radius-topright: 7px;
  	-moz-border-radius-topleft: 7px;
  }
    .radioTable a.signup strong {
      display: block;
      padding: 6px 17px 0px 6px;
      margin-left: 7px;
  	  background-color: #EF8412;
      height: 20px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-topright: 7px;
    }
  .radioTable a.signup:hover {
    background-position: 0 -26px;
    color: #FFF;
    background-color:#F39D01;
  }
    .radioTable a.signup:hover strong {
      background-position: 100% -26px;
      background-color:#F39D01;
    }
    
  .radioTable a.btn-more {
    margin-left: 10px;
    width: 103px;
  }

	.sendit  {
		width:508px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		background-color:#EF8412;
		color:#FFF;
		padding:5px;
		border:none;
		font-weight: bolder;
		font-size:1.2em;
		cursor:pointer;
		margin-top:0px;
	}
	
	em {
		color:#F39D01;
	}

	.advertBottom {
		margin-top:20px;
		float:left;
		position:relative;
	}
	