@charset "utf-8";
body {
	margin: 0px;
	font-family:"Open Sans", "Myriad Pro", "Segoe", "Segoe UI", sans-serif;
}
#sqz_cont {
	display: block;
	width:800px;
	margin: 10px auto;
	font-size:20px;
	color: #FFFFFF;
}
.sqz_sections {
	display:block;
	clear:none;
	margin:5px 0 10px;
}
.col_wrapper {
	margin:0 25px;
}
#sqz_cont img {
	margin-bottom:-3px;
}
#sqz_content {
	overflow:hidden;
}
#sqz_content #col_left {
	float:left;
	width:225px;
	color:#999;
	font-size:10px;
	text-align:center;
	cursor:pointer;
}
#sqz_content #col_left img {
	margin-bottom:5px;
}
#sqz_content #col_left p {
	margin:0px;
	text-transform:uppercase;
	font-style:italic;
}
#sqz_content #col_right {
	float:right;
	width:570px;
	text-align:left;
}
#sqz_content #col_right h1 {
	margin:0 0 15px;
	font-size:25px;
	line-height:30px;
	color:#0d91d5;
}
#sqz_content #col_right ul#sqz_checks {
	text-align:left;
	font-size: 18px;
	font-weight:600;
	padding: 0px;
	list-style: none;
	margin:10px 30px;
	letter-spacing:0px;
}
#sqz_content #col_right ul#sqz_checks li {
	margin-left: 20px;
	margin-bottom: 11px;
	padding-left: 35px;
	background-image: url(../imgs/bullet-point.png);
	background-repeat: no-repeat;
	background-position: left 20%;
}
#sqz_footer {
	text-align:center;
	font-size:13px;
	color:#333333;
}





#optin {
	background: #c00 url(images/shadow.png) repeat-x top;
	padding: 5px 15px;
	text-align: center;
	padding-bottom: 20px;
}
	#optin p { margin: 8px 0 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #000;
		-moz-box-shadow: 0 2px 2px #000;
		-webkit-box-shadow: 0 2px 2px #000
	}
		#optin input[type="text"] {
	border: 2px solid #ccc;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 8px 10px;
	width: 400px
		}
		#optin input.email {
	background: #fff url(images/email.png) no-repeat center right;
	text-align: center;
}
		#optin input.name { background: #fff url(images/name.png) no-repeat center right }
		#optin input[type="submit"] {
	background: #009900 url(images/orange.png) repeat-x top;
	border: 1px solid #009900;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	padding: 8px 0;
	text-shadow: 1px 1px #000;
	width: 425px
		}
			#optin input[type="submit"]:hover {
	color: #CCCCCC
}
