#body{
    background-color: #fff;
}
.greenback{
	background-color: #1a3a6c;
}
.whiteback{
	background-color: #fff
}

.formheader{
	font-family: "poppins";
	font-weight: bold;
	font-size: 20px;
	color: #1a3a6c;
    margin-top: 15px;
	letter-spacing: 1px;
}

.textboxheader{
	font-family: "poppins";
	font-weight: bold;
	font-size: 20px;
	color: #1a3a6c;
	letter-spacing: 1px;
}

#labelcheckbox{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	letter-spacing: .6px;
}

.bonus{
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #222;
}

.bonusfooter{
	font-size: 11px;
	font-family: arial;
	font-style: italic;
}

#optin{
	font-family: "helvetica";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	letter-spacing: .6px;
}

#center{
	text-align: center;
}
.looking{
	font-size: 38px;
	font-family: helvetica;
	font-weight: bold;
	color: #fff;
}

#nametextbox{
	background-color: #c5dbee;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(000,000,000,0.5) transparent transparent;
	width: 235px;
	height: 35px;
	font-size: 20px;
}

#addresstextbox{
	background-color: #c5dbee;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(000,000,000,0.5) transparent transparent;
	width: 486px;
	height: 35px;
	font-size: 20px;
}

.submitBTN {
	background-color:#ebb81e;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	display:inline-block;
	color:#333333;
	font-family:helvetica;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: 1px;
	height:41px;
	line-height:41px;
	width:159px;
	text-decoration:none;
	text-align:center;
}
.classname:hover {
	background:#d09d05;
		background-color:#d09d05;
}.classname:active {
	position:relative;
	top:1px;
}

.improvheader{
	font-size: 18;
	font-family: impact;
	font-weight: bold;
	letter-spacing: 1.2px;

}

.bullets{
	font-size: 13px;
	font-family: helvetica;
}

.listfooter{
	font-size: 11px;
	font-family: helvetica;
	font-style: italic;
	margin-left: 25px;
	margin-top: -10px;
}

input[type=checkbox].css-checkbox {
							display:none;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:20px;
							height:15px; 
							display:inline-block;
							line-height:15px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:19px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -15px;
						}
						label.css-label {
				background-image:url(http://csscheckbox.com/checkboxes/lite-blue-check.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}



		
