

html {
	height: 100%;
}
body {
	font-family: Georgia, 'Times New Roman', Serif;
		font-size: 14px;
		color: #231f20;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	height: 100%;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

a, a:visited {
	color: #f9b330;
}
a:active {
	
}

#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;
}




/* Headings
----------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	padding: 0;
}
h1 a, h1 a:visited, 
h2 a, h2 a:visited, 
h3 a, h3 a:visited, 
h4 a, h4 a:visited {
	font-weight: normal;
	text-decoration: none;
}
#sidebar h2,
#sidebar h3,
#sidebar h4 {
	color: #FFFFFF;
}
.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;
	}



