

html {
	height: 100%;
}
body {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	height: 100%;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
a, a:visited {
	text-decoration: underline;
	color: #222;
}

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

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family:'Helvetica Neue','Helvetica-Neue',Helvetica,Arial,Sans-Serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.2em;
	line-height:1.1em;
	margin-bottom:14px;
	text-transform:uppercase;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	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: 12px 0;
	padding-left: 14px;
	background: url(images/bullet.gif) left 3px no-repeat;
	font-size: 11px;
	font-weight: bold;
}
	.link a, .link a:visited {
		text-decoration: none;
		color: #222;
	}



