body {
	background-color: #238eff;
	font: 15px/1.5 'Helvetica Neue', Arial, FreeSans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

#continue-box {
	height: 50px;
	width: 100%;
}

#continue {
	height: 50px;
	width: 550px;
	margin: 0 auto;
	display: none;
}

label {
	font-size: 21px;
	margin: 8px 0px 0px 12px;
}

#email {
	border: 2px solid #999;
	padding: 10px;
	width: 300px;
	-moz-border-radius: 5px;
	font-size: 21px;
}

#tmm {
	background: transparent url('../tmm-button.png') no-repeat left top;
	text-indent: -9999px;
	height: 50px;
	width: 200px;
	border: none;
	margin: 0 auto;
	display: block;
}

#signup {
	width: 600px;
	padding: 40px;
	margin: 80px auto 0px;
	height: 400px;
	background-color: #fff;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#signup iframe {
	width: 100%;
	height: 400px;
}

#header {
	width: 800px;
	margin: 0px auto;
	height: 100px;
	text-indent: -9999px;
	background: transparent url('../header.png') no-repeat center top;
}

#container {
	width: 680px;
	padding: 60px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 375px;
}

#video {
	margin: 0 auto;
	width: 640px;
}

#shadows {    
	position: relative;
	width: 800px;
	margin: 0 auto 50px;
}

#content {
	padding: 60px 80px 20px;
	background-color: #fff;
	display: block;
	border: 1px solid #ccc;
	border-top: none;
}

h1 {
	color: #760f0f;
	font-size: 30px;
}

.video {
	margin-bottom: 20px;
}

.v2 {
	font: bold 20px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	letter-spacing: -.04em;
}

h3 {
	font-weight: bold;
	font-size: 24px;
	color: #760f0f;
}

h4 {
	font-size: 16px;
}

.subhead-large {
	color: #2e71b4;
	text-align: center;
}

.highlight {
	background-color: yellow;
	font-weight: bold;
	font-size: 15px;
}

.centered {
	text-align: center;
}

#content:before, #content:after {
	-webkit-box-shadow: 0 15px 12px rgba(0,0,0, .4);   
	-moz-box-shadow: 0 15px 12px rgba(0, 0, 0, 0.4);	    
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);	
	position: absolute; 
	bottom: 12px; 
	z-index: -1; 
	width: 50%; 
	height: 50px; 
	content: "";       
	background: rgba(0, 0, 0, 0.5); 
}
		   
#content:after {                      
	-webkit-transform: rotate(3deg);    
	-moz-transform: rotate(3deg);   
	-o-transform: rotate(3deg);
	right: 10px; 
	left: auto;
}

#content:before {                 
	-webkit-transform: rotate(-3deg);   
	-moz-transform: rotate(-3deg);  
	-o-transform: rotate(-3deg);
    right: auto;
	left: 10px; 
}

.signature {
	background: transparent url('../mak.jpg') no-repeat left top;
	display: block;
	height: 36px;
	width: 80px;
	text-indent: -9999px;
}

.under {
	text-decoration: underline;
}

.get-started {
	display: block;
	background: transparent url('../getstarted.png') no-repeat left top;
	width: 385px;
	height: 115px;
	margin: 0 auto;
	text-indent: -9999px;
}

.copyright {
	display: block;
	text-align: center;
}

#footer {
	padding-top: 60px;
}

#footer li {
	float: left;
	font-size: 12px;
	list-style: none;
}

#footer a {
	color: #444;
}
