@charset "utf-8";
/* CAPTURE PAGE C - AWEBER CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: #fff url(capture_background_beach.jpg) no-repeat fixed center top;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;s
}
h2 {
	color:#000;
	margin: 5px 20px 5px 20px;
	padding:0;
	font-size: 21px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.inner {
	margin: 0 auto;
	text-align:center;	
	background:#fff;
}
#mainContent{
	background:#fff;
}
.nudge{
	margin: 20px 0;
}
#header {
	background: #fff url(capture_header_beach.jpg) no-repeat top center scroll;
	width: 780px;
	height: 261px;
}
#footer {
	background: #fff url(capture3_footer.jpg) no-repeat scroll top center;
	height: 158px;
	width: 780px;
}
#video {
	background: #fff url(vid_background.png) no-repeat scroll;
	width:533px;
	height:353px;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
.blue {
	color:#1000CE;
}
.italic {
	font-style:italic;
}
.orange{
	color:#FF9900;
}
.underline{
	text-decoration:underline;
}
.clearFix{
	clear:both;
}
#checkList{
	padding: 0 0 0 10px;
}
#optIn {
	background:#fff url(optin_background.png) no-repeat center scroll;
	height:200px;
	width:740px;
	margin:20px auto;
}
#checkBox {
	float:left;
	padding: 30px 0 0 5px;
	text-align:left;
}
#checkBox p {
	float:left;
	font-family: 'times new roman';
	font-size: 19px; 
	font-weight: 700; 
	color: rgb(255, 255, 255);
	margin:-20px 0 0 35px;
}
#formFields{
	text-align:center;
}
#formName {
	float:left;
	margin: 30px 0 0 200px;
}
#formEmail {
	float:left;
	margin: 30px 0 0 0;
}
#formSubmit {
	clear:both;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#formFields input{
	margin:0 0 0 20px;
}
#blurp{
	margin: 20px 0 0 0;
}

#disclaimer {
	margin: 60px 0 0 0;
}
#disclaimer p{
	text-align:center;
	color: #666;
	font-size: 10px;
}