
	
/*-------- Edit css by Freshartcreations ---------*/
 
.checkBox {
	}
.radioCol {
	width:300px;
	float:left;
	height:280px;
	padding:10px;
	font-family: 'ProximaNova-Bold';
	}

.radioCol h2 {
	font-size:24px;
	color:#fff;
	margin:35px 0 5px 0;
	letter-spacing:-1px;
	height:75px;
	}
.radioCol h2 span {
	font-size:16px;
	font-weight:normal;
	letter-spacing:normal;
	}
.radioCol label.label_radio {
	display: block;
	cursor: pointer;
	line-height: 20px;
	padding:0 0 15px 25px;
	font-size:15px;
	color:#fff;
	text-shadow:1px 1px #000;
	background: url(../images/radio-button.png) no-repeat;
	.margin-top:15px;
	.padding:0 0 3px 25px;
	}
.radioCol label.r_on {
	background: url(../images/radio-button-hover.png) no-repeat;
	color:#aff680;
	}
.radioCol label.label_radio input {
	position: absolute;
	left: -9999px;
	}
.radioCol label.label_radio span.sub {
	font-size:12px;
	font-weight:normal;
	}
.formSec {
	width:100%;
	float:left;
	margin:10px 0 0 0;
	font-family: 'CalibriRegular';
	font-size:14px;
	}
ul.form {
	margin:0;
	padding:0;
	width:590px;
	float:left;
	}
ul.form li {
	margin:15px 0 15px 0;
	width:100%;
	float:left;
	}
ul.form li label {
	width:200px;
	float:left;
	cursor:pointer;
	}
ul.form li .input {
	width:350px;
	float:left;
	padding:5px;
	border-radius:5px;
	background:#fafafa;
	border:solid 1px #dbdbdb;
	color:#999999;
	}



/*-------- END Edit css by Satnam ---------*/
