/* @override https://www.helixcash.com/css/styles.css?v3 */

/* @override https://www.helixcash.com/css/styles.css?v2 */



body {
	margin:0; 
	padding:0;
	background:#000;
	font: normal 0.8em/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color:#ffffff;
}

html, body {
	height: 100%;
}


img {
	margin:0; 
	padding:0;
	border:0;
}

ol, ul{
	list-style-type: none;
}

a{
	color: #ffffff;
}
a:hover{
	color: #08f;
}

h3.green{
	font-size: 16px;
	color: #a7f21f;
	text-transform: uppercase;
}

/* LAYOUNT */
.container {
	margin: 0 auto;
	padding:0;
	background: #2c2c2c;

}

#header {
 padding:0;
 height:367px;
 display:block;
 /* background-color: #000; */
 /* border-bottom: 1px solid #4c4b4c; */
}

#header div{
	width: 980px;
	
	padding: 0;
	margin: 0 auto;
}



#footer{
	margin-top:0px;
	padding:0;
	display:block;
	background-color: #000000;
	bottom: 0;
	border-top: 1px solid #4c4b4c;
}

#footnotes{
	width:940px;
	margin: 0 auto;
	padding: 5px 20px 20px;
	font-size: 1em;
	color: #919191;

}

#footnotes div{
	padding-top: 10px;
}

#main{
	padding-top: 20px;
	padding-bottom: 20px;

	margin: 0 auto;
	width: 980px;
}

.roundBox{

	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #242323;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;

}
#benefits{
	height: 150px;
	background: url(https://www.helixcash.com/images/signup/helixstudios/joinpage_footer.jpg) no-repeat;
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	_margin-top: 10px!important;
}

.contentBox{
	/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;

	border: 0px solid #242323;	
	background: #000000;
	min-height: 470px;
	padding-bottom: 20px;
	
}

.contentBox h2{
	border-bottom: 1px solid #4c4b4c;
	background: #000; /* url(https://www.helixstudios.net/images/titlebars/helix_title.jpg) no-repeat right;*/
	position: relative;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	height: 27px;
	margin: 0 0 10px;
}

/* Various Columns
/* -------------- */

.left, .alignleft {
	float:left;
	margin-right: 20px;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

#joinOptions ul{
	width: 297px;
	margin-left: auto;
	margin-right:auto;
	padding: 0;
}
#joinOptions li{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	display: list-item;

}
#joinOptions h3{
	margin: 0;
	padding: 5px 0 0;
	font-size: 16px;
}

.message{
	padding: 40px;
	font-size:  14px;	
}

.message-sidebar{
	padding: 20px;
	font-size:  14px;	
}

/* Clearfix
/* -------------- */

.col-320 {
	width:320px;
}

.col-640 {
	width:640px;
}

.col-980 {
	width:980px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearer{
	clear:both;
}


/* @group Forms */

form{
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
form ul{
	padding: 0;
	margin: 0;
}
form li.spacer{
	padding-top: 25px;
}
form li label{
	width: 200px;
	float: left;
	clear: both;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 1.1em;
}

form li.options div{
	width: 100%;
}

form li{
	font-size: 14px;
	clear: both;
}
form li div{
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
	width: 300px;
}
form li div.fullwidth{
	width: 100%;
}
input[type='radio']{
	margin-right: 10px;
	margin-bottom: 5px;
}
form div label{
	width: 200px;
	float: none!important;
	clear: none!important;
	line-height:inherit;
	text-align: left;
}


form li div span{
	display: block;
	font-size: 12px;
}


form li h4.spacer{
	padding-top: 20px;
}
form li h4{
	margin-top: 0;
	border-bottom: 1px solid #666566;
	padding-bottom: 5px;
	font-size: 1.3em;
}

input.join_input{
	width: 200px;
	padding: 5px 7px;
	font-size:1.3em;
	vertical-align: bottom;
	border: 1px solid #7f7e7f;
}

input.join_button{
	margin-top: 20px;
}

.join-button-wrapper{
	text-align: center;
	float: none;
}

form span.join_error{
	color: #f00;
}

/* @end */
ol.benefits{
	margin: 0;
	padding: 0;
}
ol.benefits li{
	text-align: left;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
}

#trustseal{
	float: right;
}
.sidebar-links li{
	border-bottom: 1px solid #333;
}
.sidebar-links li a{
	display:block;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 5px 10px 10px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

/* Special Offer */
.offer {
	width: 700px!important;
}
.offer h3{
	text-align: center;
	font-size: 1.4em;
}
.button-wrapper{
	text-align: center;
}


.offer form{
	padding-right: 40px;
	padding-left: 40px;
}
.join-button-wrapper input,
.offer input{
  	text-transform: uppercase;
	border: 1px outset #fffeff;
	color: #fffeff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	/* text-shadow: 1px 1px #a9a9a9; */
}


.join-button-wrapper input,
.offer input.accept{

	background: red; /* Old browsers */
	/*
	background: -moz-linear-gradient(top, #daeb9b 0%, #bcd73a 22%, #bcd73a 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#daeb9b), color-stop(22%,#bcd73a), color-stop(100%,#bcd73a)); 
	background: -webkit-linear-gradient(top, #daeb9b 0%,#bcd73a 22%,#bcd73a 100%); 
	background: -o-linear-gradient(top, #daeb9b 0%,#bcd73a 22%,#bcd73a 100%); 
	background: -ms-linear-gradient(top, #daeb9b 0%,#bcd73a 22%,#bcd73a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daeb9b', endColorstr='#bcd73a',GradientType=0 ); 
	background: linear-gradient(top, #daeb9b 0%,#bcd73a 22%,#bcd73a 100%); 
	*/
	border: 3px solid red;
	padding: 7px 20px;
	font-size: 1.5em;
	
}

.offer input.cancel{
	background: #a9a9a9; /* Old browsers */
	background: -moz-linear-gradient(top, #a9a9a9 0%, #a9a9a9 25%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a9a9), color-stop(25%,#a9a9a9), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a9a9a9 0%,#a9a9a9 25%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9a9a9 0%,#a9a9a9 25%,#8a8a8a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9a9a9 0%,#a9a9a9 25%,#8a8a8a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#8a8a8a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9a9a9 0%,#a9a9a9 25%,#8a8a8a 100%); /* W3C */
	
	border: 3px solid #969696;
	padding: 5px 15px;
	font-size: 1.2em;
}



/* Benefits */
.left.contentBox h3{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.benefits{
	margin: 0 0 0 20px;
	padding: 20px;
	list-style-image: url('https://www.helixcash.com/images/signup/helixstudios/check_mark_red.png');
	list-style-position: outside;
	opacity: 1;
	text-shadow: #000000 0 0 0;
}
ul.benefits li{
	padding-bottom: 20px;
	color: #b9b9b9;
	letter-spacing: 0.08em;
	font-size: 14px;
	line-height: 20px;
}
.benefits p{
	display: inline;
	padding: 0;
	margin: 0;
}
ul.benefits span{
	color: #ffffff;
}

