/* CSS Document */

BODY	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: -.5px;
	font-weight: 100;
}

#top	{
	background-color: black;
}

#bottom	{
	background-color: white;
}

#container	{
	width: 960px;
	margin: auto;
}

#container2	{
	text-align: center;
	padding-top: 150px;
}

#toptext	{
	padding-top: 100px;
	text-align: center;
}

#bottomtext	{
	text-align: center;
}

#header	{
	padding-top: 20px;
}

#footer	{
	text-align: center;
	font-size: 10px;
	padding-top: 200px;
	padding-bottom: 20px;
}

.whitetext	{
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 18px;
	text-align: center;
	width: 400px;
}

.blacktext	{
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	padding-top: 80px;
	text-align: center;
}

.onehundred	{
	padding-top: 40px;
	height: 100px;
	display: none;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 20px;
	text-align: center;

}

#telluscontainer	{
height: 40px;
}

.text	{
	color: black;
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 16px;
}

.superbold	{
	font-weight: bold;
}

.meantime	{
	padding-top: 40px;
	height: 100px;
	display: none;
}

.input_words_lg	{
	border: 1px solid #a1a1a1;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 660px;
	color: #a1a1a1;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.input_words_lg_active	{
	border: 1px solid #a1a1a1;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 660px;
	color: black;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.input_words_lg_good	{
	border: 1px solid #55ef18;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 660px;
	color: black;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.input_words_lg_bad	{
	border: 1px solid red;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 660px;
	color: black;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}


.goalcell	{
	width: 680px;
}

.input_email	{
	border: 1px solid #a1a1a1;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 200px;
	color: #a1a1a1;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.input_email_active	{
	border: 1px solid #a1a1a1;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 200px;
	color: black;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.input_email_bad	{
	border: 1px solid red;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 200px;
	color: black;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.input_email_good	{
	border: 1px solid #55ef18;
	height: 32px;
	margin-top: 0px;
	font-size: 24px;
	padding: 5px;
	width: 200px;
	color: black;
	letter-spacing:-.5px;
	font-weight: 300;
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;
}

.goal	{
	padding-top: 5px;
}

.emailcell	{
	width: 220px;
	}

.new	{
	font-size: 12px;
	color: gray;
	font-weight: 500;
	letter-spacing: 0px;
	padding-top: 4px;
}

.tellus	{
	padding-top: 10px;
}

A:link	{
	color: #3ba1c7;
	text-decoration: none;
}

A:visited	{
	color: #3ba1c7;
	text-decoration: none;
}

A:active {
	color: #3ba1c7;
	text-decoration: none;
}

A:hover		{
	color: #3ba1c7;
	text-decoration: underline;
}