@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: impact, sans-serif;
	font-size: 43px;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
	color: #B70000;
	margin: 0px;
	padding: 0px;
}

h1.foot {
	font-family: impact, sans-serif;
	font-size: 43px;
	text-align: center;
	font-weight: normal;
	color: #B70000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin: 25px 0px;
	padding: 0px;
}

.paper {
	width: 1000px;
	margin: 0px;
	padding: 20px 0px 50px 0px;
	overflow: auto;
}

.boxleft {
	width: 580px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	float: left;
}

.boxleft p {
	font-size: 16px;
	text-align: left;
}

.boxright {
	width: 330px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}

.boxright p {
	font-size: 12px;
	text-align: left;
}

ul li {
	font-size: 16px;
	text-align: left;
	margin: 16px 0px 16px 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(https://launch09.s3.amazonaws.com/vid1-4/bullet01.png);
}

a img {
	border: none;
	outline: none;
}

.highlight {
	font-weight: bold;
	background: #FFFF00;
}

.red {
	color: #FF0000;
}

p.small {
	font-size: 12px;
	color: #333333;
}

p.foot {
	font-size: 16px;
	color: #333333;
	margin-top: -2px;
}

.blue {
	font-size: 17px;
	color: #B70000;
	margin-top:-2px;
}

/* SIGH UP BOX */

.signup-box {
		background:#fbf6de;
		border:solid 1px #d9ce9a;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		padding:20px;
		position:relative;
	}

	.arrows {
		background:url(images/arrows.gif) no-repeat;
		height:112px;
		left:45px;
		width:285px;
	}
	
		label {
		color:#005f95;
		display:block;
		font-weight:bold;
		margin-bottom:5px;
	}


/* LOWER SIGN UP BOX */
.lower-signup {
		background:url(images/arrow2.gif) no-repeat right;
		margin-bottom:50px;
		width:720px;
	}

.lower-signup .email {
			width:230px;
		}

p.signup_btm {
	font-size:12px;
}

/* EMAIL BOX */
.email {
		background:#f6f6f6;
		border:solid 3px #3e94dc;
		font-size:16px;
		margin-bottom:5px;
		padding:10px;
		width:270px;
	}
