

html {
	height: 100%;
}
body {
	font-family: 'Gill Sans', 'Gill Sans MT', arial, sans-serif;
	color: #FFF;
	line-height: 1.5em;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background-color: #232323;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#container {
	width: 500px;
	padding: 0;
}
#container, x:-moz-any-link { opacity: 0.9999; }
	#container, x:-moz-any-link, x:default { opacity: 1; }
	/* Hack for safari only */
	/*\*/
		html>body*#container { opacity: 1; }
	/**/
#logo {
	
	margin: 0 0 30px 0;
}
	#logo a {
		
	}

p,td,a,li {
	margin: 0px;
}

#content a {
	color: #0099CC;
	text-decoration: none;
}

#content a:hover {
	color: #0099CC;
	text-decoration: none;
}

p, td {
	font-family: 'Gill Sans', 'Gill Sans MT', arial, sans-serif;
}

a, a:visited {
	color: #c2c2c2;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}


a img {
	border: 0;
}



/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #fffed5;
		font-family: Minion, Georgia, 'Times New Roman', Serif;
		font-weight: normal;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited, 
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		color: #fffed5;
		text-decoration: none;
	}
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover {
		color: #ffffee;
		text-decoration: none;
	}
	h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 26px;
		padding-top: 26px;
		padding: 0;
		margin-top: 0;
	}
	h3 {
		font-size: 17px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	h4 {
		margin-bottom: 20px;
		font-size: 14px;
		padding-top: 15px;
	}

.copyright {
	font-size: 12px;
	color: #000;
}

.copyright a {
	text-decoration: none;
	color: #000;
}

#theForm {
	padding: 14px;
	margin: 20px 0;
	background: #2E2E2E;
	float: left;
	display: inline;
	width: 480px;
	clear: both;
}
#theForm .formRow {
	float: left;
	display: inline;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 50%;
	border-bottom: 1px solid #4F4F4F;
}
#theForm .formRow.formRowLast {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	width: 100%;
}
#theForm label {
	font-style: normal;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
	width: 100%;
}

#theFormAdditional {
	padding: 14px;
	margin: 20px 0;
	background: #2E2E2E;
	float: left;
	display: inline;
	width: 480px;
	clear: both;
}
#theFormAdditional .formRow {
	float: left;
	display: inline;
	padding-bottom: 0;
	margin-bottom: 5px;
	width: 50%;
	border-bottom: 0px solid #4F4F4F;
}
#theFormAdditional .formRow.formRowLast {
	padding-bottom: 0;
	padding-top: 10px;
	margin-bottom: 0;
	border-bottom: none;
	width: 100%;
}
#theFormAdditional .inputCheckbox {
	float: left;
	display: inline;
	margin-right: 5px;
}
#theFormAdditional .formRow h3 {
	margin: 0;
	padding: 0;
}
#theFormAdditional label {
	font-style: normal;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}

.f {
	background: #4B4B4B;
	border: 1px solid #5C5C5C;
	color: #fff;
	font-family:'Gill Sans','Gill Sans MT',arial,sans-serif;
	padding: 2px 3px 2px 3px;
	clear: both;
	width: 80%;
	float: left;
	display: inline;
}

#joinButton {
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#errorContainer {
	background:#fff9cb;
	border:1px solid #FFE000;
	padding:10px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #dd9700;
	font-family: arial, sans-serif;
}

form {
	margin: 0;
}

#signUpTable {
	margin: 0 auto;
}
	#signUpTable td {
		whitespace: nowrap;
	}

#buttonPara {
	margin: 20px 0;
}

#success {
	display: none;
}

#thankYou {
	display: none;
}

#privacyPolicy {
	font-weight: bold;
	font-size: 11px;
}
.link {
		clear: both;
		display: block;
		padding: 6px 0 0 0;
		position: relative;
	}
		.link a,
		.link a:visited {
			text-decoration: none;
			color: #c2c2c2;
		}
		.link a:hover {
			text-decoration: none;
			color: #FFF;
		}
		
		.link.back a {
			padding-left: 13px;
				background: url(images/back.png) left 4px no-repeat;
		}
			.link.back a,
			.link.back a:visited {
			}
		
		.link.next a {
			padding-left: 13px;
			background: url(images/next.png) left 4px no-repeat;
		}
			.link.next a:link,
			.link.next a:visited {
			}
			

