

html {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Times New Roman', Serif;
	line-height: 1.6em;
	color: #000;
	padding: 0;
	margin: 0;
	background: #FFF;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#container {
	width: 750px;
	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;
}


p, td {
	font-family: 'Times New Roman', Serif;
}
	
	a, a:visited {
		color: #666666;
	}
	a:hover {
		color: #580070;
	}


a img {
	border: 0;
}



/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #000;
		font-variant: small-caps;
		font-weight: normal;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited, 
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
		color: #000;
	}
	h1 {
		font-size: 26px;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
	h2 {
		font-size: 20px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 17px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	h4 {
		margin-bottom: 20px;
		font-size: 12px;
	}

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

.copyright a {
	text-decoration: none;
	color: #000;
}
	#form {
		float: left;
		clear: both;
		width: 100%;
	}
	#form form div {
		margin-bottom: 20px;
		float: left;
		display: inline;
		width: 46%;
	}
	#form form div div {
		margin-bottom: 8px;
		width: 40%;
		margin-right: 0;
	}
	#form form div.clear {
		width: 100%;
		margin: 0;
	}
	#form form div#mailingOptions {
		width: 100%;
		float: none;
		display: block;
		background: #FFF;
	}
	#form label {
		float: left;
		width: 100%;
		margin-bottom: 5px;
		display: inline;
		
	}
	#form .link {
		float: left;
		display: inline;
		padding-top: 0;	
	}
	#form .inputField, #form textarea {
		border: 1px solid #c9c9c9;
		padding: 6px;
		width: 300px;
		float: left;
		background: url(images/input_bg.png) left top no-repeat #fff;
		font-family: arial, sans-serif;
		font-size: 12px;
		display: inline;
	}
	#form form div div .inputField {
		width: 125px;
	}
	#form .dropDown {
		border: 1px solid #000;
		padding: 5px 0;
		width: 260px;
		float: left;
		font-family: arial, sans-serif;
		font-size: 12px;
		display: inline;
	}
	#form textarea {
		height: 120px;
	}
	
	#form form div#errorContainer {
		float: left;
		display: inline;
		clear: both;
		background:#FFF9CB none repeat scroll 0;
		border:1px solid #FFE000;
		color:#DD9700;
		padding:10px;
		margin-bottom: 12px;
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		width: 675px;
		white-space: nowrap;
	}
	

#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;
}
#thankYou ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#thankYou ul li {
	padding-left: 20px;
	background: url(images/tick.png) 0 2px no-repeat;
	float: left;
	clear: both;
	margin-bottom: 4px;
	display: inline;
	width: 500px;
}
#thankYou ul li#alreadyOnList {
	background-image: url(images/exclamation.png);
}

#privacyPolicy {
	font-weight: bold;
	font-size: 11px;
}
.link {
		float: left;
		display: inline;
		clear: both;
		padding: 12px 0 0 0;
		text-transform: uppercase;
		font-size: 13px;
	}
		.link a,
		.link a:visited {
			text-decoration: none;
		}

