	
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		padding-top: 20px;
		padding-left: 30px;
		padding-bottom: 75px;
	}
	
	h1, h2, h3 {
		font-weight:bold;
	}
	
	h1 {
		font-size: 1.6em;
	}
	
	h2 {
		font-size: 1.4em;
	}
	
	h3 {
		font-size: 1.2em;
	}
	
	table {
		padding: 2px;
		border: 2px solid #BBB;
		width: 70%;
	}
	
	th {
		background-color: #AAA;
	}
	
	tr, thead {
		padding: 0px;
		background-color: #CCC;
	}
	
	tr.light {
		background-color: #DDD;
	}
	
	td {
		vertical-align: top;
		padding: 3px;
	}
	
	td.label {
		text-align: right;
		width: 60%;
		font-size: .9em;
	}
	
	.required {
		background-color:#FFFFCC;
	}
	
	div.submitinput {
		margin-top: 30px;
	}
	
	div.submitinput div {
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	div.submitinput input, input.submitinput {
		font-size: 1em;
		color: black;
		background-color:#BFC8FF;
		border: 1px indent black;
	}
	
	.errors {
		background-color: #EEE;
		border: 2px solid #BBB;
	}
	
	.error {
		font-weight:bold;
		margin: 10px;
		color: red;
	}
	
	.errors, .success {
		padding: 5px;
		width: 70%;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.success h2, .errors h2 {
		margin-top: 0px;
	}
	
	.success, .signup-link {
		background-color:#FFFF99;
		font-weight:bold;
		border: 2px solid #CCC;
		width:69%;
		padding:4px;
	}
	
	td.member_label {
		text-align:left;
		width: 40%;
	}
	
	a:link {
		color: #0000FF;
	}
	
	a:visited {
		color: #003366;
	}
	
	a:hover {
		color: #FF9900;
		border: 0px;
	}
	
	.bold { 
		font-weight: bold;
	}
	
	fieldset {
		background-color:#EEE;
		width:70%;
	}
	
	legend {
		padding: 2px;
		background-color: #CCC;
	}