/* This is an abbreviated copy of optin-styles.css, to optimize loading of front page. MJS */

/* reset styles BEGIN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* reset styles END */


* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font: 13px/18px Arial, sans-serif;
	color: #fff;
	text-align: left;
	background: #000 url(http://s3.amazonaws.com/mehow-images/howtotalk-front/background.jpg) repeat-x 0 0;
}
a {
	color: #d0b17b;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
/* select boxes are getting different fonts than text boxes for some reason. MJS */
input.text, select, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
/*	width: 120px; */
}
.ar {
	display: block;
	text-align: right;
}
.ac {
	display: block;
	text-align: center;
}
.al {
	display: block;
	text-align: left;
}
.cl {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.fr {
	float: right;
	display: inline;
}
.fl {
	float: left;
	display: inline;
}
.hidden {
	display: none;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.shell {
/*	outline: 2px solid red; */
	margin: 0 auto;
	width: 950px;
}
#page1 #top {
/*	outline: 2px solid green; */
/*	height: 558px; */
	width: 1030px;
/*	background: url(http://s3.amazonaws.com/mehow-images/howtotalk-front/page1-top-02.jpg); */
	position: relative;
	margin-left: -80px;
}

#page1 .order {
/*	outline: 2px solid blue; */
	float: right;
	display: inline;
	width: 282px;
	margin: 122px 44px 0 0;
}
#page1 .order form {
	height: 100%;
}
#page1 .order h2 {
	text-align: center;
	font: 20px/22px Arial, sans-serif;
	color: #fff;
	padding: 0 15px;
	margin: 20px 0 0 0;
}
#page1 .order h2 strong {
	text-transform: uppercase;
	color: #ffc13b;
}
#page1 .order small {
	display: block;
	text-align: right;
	padding-right: 20px;
}
#page1 .order .field {
	margin-bottom: 10px !important;
}
#page1 .order .submit {
	display: block;
	height: 79px;
	width: 264px;
/*	background: url(cpl-images/get-started.png); */
	border: 0;
	cursor: pointer;
	margin: 67px auto 0;
}
#page1 .video {
	float: left;
	display: inline;
	width: 504px;
	height: 303px;
/*	margin: 420px 0 0 350px; */
	margin: 400px 0 0 180px;
	padding: 0; 
}

#page1 .video-max {
	float: left;
	display: inline;
	width: 350px;
	height: 200px;
	margin: 125px 0 0 335px;
	padding: 0;
}

#page1 select {
	width: 116px;
	margin: 0 0 0 6px;
}
.bonus-offer {
	padding: 10px 0 0 10px;
}
.bonus-offer h3 {
	height: 19px;
	width: 174px;
	background: url(http://s3.amazonaws.com/mehow-images/howtotalk-front/h-bonus-offer.gif);
	margin-bottom: 2px;
}
.bonus-offer p {
	font-size: 12px;
	line-height: 12px;
	padding-right: 10px;
	color: #2d2d2d;
}
.spotlight {
	height: 560px;
	width: 857px;
	background: url(http://s3.amazonaws.com/mehow-images/howtotalk-front/gray-box.jpg);
	margin: 25px 0 0 34px;
	padding: 25px 0 0 15px;
}
.testimonials {
}
.testimonials ul {
	list-style: none outside;
}
.testimonials ul li {
	float: left;
	display: inline;
	width: 505px;
}
.testimonials ul li.short {
	width: 315px;
}
.testimonials ul li.short p {
	width: 138px;
}
.testimonials ul li img {
	float: left;
	display: inline;
	margin-right: 15px;
}
.testimonials ul li p {
	float: left;
	display: inline;
	width: 320px;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 7px;
}
.testimonials ul li p span {
	font-weight: bold;
	color: #ffb935;
}

/*
#page3 #header {
	height: 426px;
	width: 972px;
	position: relative;
	z-index: 1;
	background: url(cpl-images/page3-header.jpg) no-repeat 0 0;
}
#page3 #header p {
	width: 625px;
	padding: 0 0 0 12px;
}
#page3 .logo {
	height: 105px;
	width: 592px;
	padding: 0 0 5px 12px;
}
#page3 .logo a {
	display: block;
	height: 105px;
	background: url(cpl-images/logo.jpg);
}
#page3 #header h3 {
	font: bold 13px/18px Arial, sans-serif;
	color: #ffbc37;
	text-transform: uppercase;
	margin: 10px 0 25px 12px;
}
#page3 #content {
	position: relative;
	z-index: 2;
	margin-top: -142px;
	height: 100%;
}
#page3 .widecolumn {
	float: left;
	display: inline;
	width: 655px;
}
#page3 .offer {
	position: relative;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
#page3 .offer .trial-label {
	position: absolute;
	top: 0;
	right: 0;
}
.no-trial {
	height: 86px;
	width: 124px;
	background: url(cpl-images/no-trial.png);
}
.trial-15 {
	height: 86px;
	width: 125px;
	background: url(cpl-images/15-trial.png);
}
.trial-30 {
	height: 86px;
	width: 125px;
	background: url(cpl-images/30-trial.png);
}
#page3 .offer .trial-15, #page3 .offer .trial-30 {
	right: -7px;
}
#page3 .offer img.img {
	border: 1px solid #c4c4c4;
}
#page3 .offer img.fl {
	margin-right: 15px;
}
#page3 .offer p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.02em;
}
#page3 .offer p span {
	color: #ffbc37;
}
#page3 .offer h2 {
	margin-bottom: 12px;
}
.platinum-offer {
	height: 259px;
	width: 620px;
	background: url(cpl-images/platinum-offer.jpg) no-repeat 0 0;
}
.platinum-offer h2 {
	height: 24px;
	width: 542px;
	background: url(cpl-images/platinum-h.png);
	margin-bottom: 12px;
}
.gold-offer {
	height: 275px;
	width: 614px;
	background: url(cpl-images/gold-offer.jpg) no-repeat 0 0;
}
.gold-offer h2 {
	height: 56px;
	width: 552px;
	background: url(cpl-images/gold-h.png);
	margin-left: -5px;
}
.besocial {
	height: 254px;
	width: 615px;
	background: url(cpl-images/besocial.jpg) no-repeat 0 0;
}
.besocial h2 {
	height: 22px;
	width: 381px;
	background: url(cpl-images/besocial-h.png);
}
#page3 .shortcolumn {
	float: right;
	display: inline;
	width: 282px;
	height: 647px;
	background: url(cpl-images/page3-sidebar.jpg);
	position: relative;
	overflow: hidden;
}
#page3 .shortcolumn h2.select-package {
	height: 20px;
	width: 252px;
	background: url(cpl-images/h-select-package.gif) no-repeat 0 0;
	margin: 20px 0 20px 14px;
}
#page3 .shortcolumn form {
	padding: 25px 20px 0 20px;
	position: relative;
}
#page3 .shortcolumn form input {
	float: left;
	display: inline;
	height: 13px;
	width: 13px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
#page3 .shortcolumn form input.radio {
	margin-left: 20px;
}
#page3 .shortcolumn form label {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#page3 .shortcolumn form label.first-label {
	width: 220px;
}
#page3 .shortcolumn form label span {
	display: block;
	color: #ffbc37;
}
#page3 .shortcolumn form p {
	display: block;
	margin: 0 0 10px 38px;
	line-height: 12px;
}
#page3 .shortcolumn .submit {
	display: block;
	height: 77px;
	width: 262px;
	background: url(cpl-images/join-today.png);
	border: 0;
	cursor: pointer;
	margin: 10px 0 0 -10px;
	overflow: hidden;
}
#page3 .shortcolumn .info-box {
	height: 84px;
	width: 260px;
	background: url(cpl-images/page3-sc-infobox.gif) no-repeat 0 0;
	position: relative;
	margin: 10px auto;
}
#page3 .shortcolumn .info-box p {
	padding: 15px;
	text-align: center;
}
h3.final-step {
	height: 21px;
	width: 122px;
	background: url(cpl-images/h-final-step.png);
	margin: 10px auto 70px;
}
img.security3 {
	position: absolute;
	top: 244px;
	left: 22px;
	display: block;
	height: 48px;
	width: 179px;
	margin: 29px 0 0 26px;
}
#page2 #top {
	height: 603px;
	width: 950px;
	background: url(cpl-images/page2-top.jpg) no-repeat 0 0;
}
#page2 #top .order {
	float: right;
	display: inline;
	width: 282px;
	margin: 143px 34px 0 0;
}
*/

#top .order form {
	padding-top: 15px;
}

#top .order .field, #top .order-o6 .field {
	float: left;
	display: inline;
	height: 20px;
	width: 100px;
	background: url(http://s3.amazonaws.com/mehow-images/howtotalk-front/field.gif);
}
#top .order .field-select {
	float: left;
	display: inline;
	height: 20px;
	width: 100px;
	background-image: none;
	margin: 0 0 0 6px;
}
#top .order .field input {
	border: 0;
	background: none;
	font: 12px Arial, sans-serif;
	color: #000;
	margin: 3px 0 0 5px;
	width: 152px;
}
#top .order-o6 .field input {
	border: 0;
	background: none;
	font: 12px Arial, sans-serif;
	color: #000;
	margin: 2px 0 0 2px;
	width: 152px;
	padding: 0;
}

/*
#page2 #top .order select {
	margin-bottom: 0;
}
#page2 #top .order textarea {
	display: block;
	width: 225px;
	height: 70px;
	border: 1px solid #000;
	font: 12px/14px Arial, sans-serif;
	color: #000;
	padding: 5px;
	margin: 43px auto 0;
	overflow: auto;
}
#page2 #top .order .submit {
	display: block;
	height: 78px;
	width: 264px;
	background: url(cpl-images/get-cds.png);
	border: 0;
	cursor: pointer;
	margin: 10px auto;
}
#page2 #top .order h3 {
	font: 20px Arial, sans-serif;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 25px;
}
.last-step {
	height: 31px;
	width: 196px;
	background: url(cpl-images/h-last-step.png);
	margin: 0 auto;
}
#page2 #top .product-table {
	margin-top: 390px;
	float: left;
	display: inline;
	width: 565px;
	margin: 390px 0 0 48px;
}
#page2 #top .product-table h2 {
	height: 37px;
	width: 572px;
	background: url(cpl-images/h-limited-supplies.png);
	margin-bottom: 10px;
}
#page2 #top .product-table th {
	text-transform: uppercase;
	text-align: center;
	color: #ffb027;
	padding: 0 5px;
}
#page2 #top .product-table th.first {
	text-align: left;
	padding: 0;
}
#page2 #top .product-table td {
	line-height: 23px;
	font-weight: bold;
}
#page2 #top .product-table td em {
	color: #ffd386;
	padding-left: 5px;
}
#page2 #top .product-table td span {
	padding-right: 28px;
	text-transform: uppercase;
	color: #ffb027;
	font-weight: bold;
}
.brown-box {
	min-height: 253px;
	width: 857px;
	background: url(cpl-images/brown-widebox.jpg) no-repeat 0 0;
	margin: 15px auto 0;
	padding: 20px 15px 0 15px;
}
.infield-insider {
	background: url(cpl-images/infield-insider-bg.jpg) no-repeat right center;
	padding-right: 622px;
	min-height: 282px;
}
.infield-insider h2 {
	height: 20px;
	width: 229px;
	background: url(cpl-images/h-infield-insider.png);
	margin-bottom: 10px;
}
.infield-insider p {
	font-size: 12px;
	line-height: 16px;
	padding-right: 3px;
}
#page3  {
	padding-bottom: 15px;
}
#page2 #footer {
	position: relative;
	margin: -30px 0 20px;
}
#page1 #footer {
	padding: 10px 0;
}
*/

#footer {
	font-size: 12px;
	color: #b1b1b1;
}
#footer span {
	color: #eead32;
}
#page1 .order:hover .submit:hover {
	display: block;
	height: 79px;
	width: 264px;
/*	background: url(cpl-images/get-started-on.png); */
	border: 0;
	cursor: pointer;
	margin: 67px auto 0;
}

/*
#page3 .shortcolumn .submit:hover {
	display: block;
	height: 77px;
	width: 262px;
	background: url(cpl-images/join-today-on.png);
	border: 0;
	cursor: pointer;
	margin: 10px 0 0 -10px;
	overflow: hidden;
}
#page2 #top .order:hover .submit:hover {
	display: block;
	height: 78px;
	width: 264px;
	background: url(cpl-images/get-cds-on.png);
	border: 0;
	cursor: pointer;
	margin: 10px auto;
}
*/

#ShippingCountry {
	width: 100px;
}

.order-o6 {
	margin-top: 25px;
	width: 280px;
	float: right;
}
.style-o6 {
	width: 150px;
	padding: 0;
	margin: 0;
}

/* MJS styles BEGIN */

div#cpl-fields {
/*	outline: 1px solid white; */
	margin: 120px 0 0 10px;
}

div#cpl-mobile-fields {
	margin: 250px 0 0 10px;
}

div#cpl-novideo-fields {
	margin: 40px 0 0 -20px;
}

div#cpl-fields div.cpl-field {
/*	border: 2px solid black; */
	clear: both;
	margin-bottom: 17px;
}

div#cpl-mobile-fields div.cpl-field {
/*	border: 2px solid black; */
	clear: both;
	margin-bottom: 17px;
}

div#cpl-novideo-fields div.cpl-field {
/*	border: 2px solid black; */
	clear: both;
	margin-bottom: 21px;
}

div#cpl-fields div.cpl-field-submit {
	margin: 130px 0 0 18px
}

div#cpl-mobile-fields div.cpl-field-submit {
	margin: 40px 0 0 18px
}

div.cpl-label {
/*	border: 2px solid black; */
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	width: 100px;
	margin-right: 15px;
}


div.error {
	color: red;
	font-weight: bold;
/*	text-transform: uppercase;	*/
}

input.text.error {
	border: 2px solid red;	
}

/* MJS styles END */
