

html {
	height: 100%;
}
body {
	font-size: 12px;
	font-family: 'Lucida Sans', arial, sans-serif;
	line-height: 1.6em;
	color: #111;
	padding: 0;
	margin: 0;
	height: 100%;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
a, a:visited {
	color: #111;
}
a:hover {
	color: #444;
}

#container {
	width: 520px;
	padding: 30px;
}
#logo {
	
	margin: 0 0 30px 0;
}
	#logo a {
		
	}

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


/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #8d8d8d;
		font-weight: normal;
		text-transform: lowercase;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited,
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
		display: block;
	}
	h1 a:hover, 
	h2 a:hover,
	h3 a:hover, 
	h4 a:hover {
		text-decoration: none;
		color: #444;
	}
	h1 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 15px;
		margin-bottom: 26px;
	}
	h3 {
		font-size: 13px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	h4 {
		margin-bottom: 20px;
		font-size: 12px;
		font-weight: bold;
	}

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

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

#theForm {
	padding: 14px;
	margin: 20px 0;
	background: #fbfbfb;
	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 #eaeaea;
}
#theForm .formRow.formRowLast {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	width: 100%;
}
#theForm label {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #555;
	float: left;
	display: inline;
	width: 100%;
}

.f {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #333;
	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;
}

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 {
	margin: 25px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}
	.link a, .link a:visited {
		text-decoration: none;
	}



