/* 
CSS Document used on
terms.php
privacy.php
join.php 
join_forms
members
*/


img {
	border: 0px;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.clear {
	clear: both;
}

body {
	background: #fff;
	/* 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	*/
}

#container {
	width: 900px;
	margin: auto;
}

.content-box li {
	padding: 10px 0px 0px 0px;
}


.footer-links {
	color: #5f626a;
	line-height: 80px;
	background: url(../images/footer-dotted-bg.gif) top left repeat-x;
	width: 900px;
	margin-top: 45px;
}

.footer-links ul {
	list-style: none;
}

.footer-links li {
	float: left;
	margin-right: 7px;
	color: #5f626a;
}

.footer-links li a {
	text-decoration: none;
	color: #5f626a;
}

.footer-links p {
	color: #5f626a;
}


.join_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	border: thin solid #000000;
	padding: 5px;
	margin: 0px auto;
}

.join_name {
	font-weight: bold;
	border: none;
}

.join_value {
	border: none;
}

.join_error {
	color: #EE0000;
}

.join_header {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border: none;
}

.join_footer {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border: none;
}

.join_footer a {
	color: #000000;
	font-size: .9em;
	text-align: center;
	font-weight: normal;
	border: none;
}

.join_input {
	background-color: #c4b9e3;
	border: none;
}

