/* --- structure --- */

* {
		margin: 0;
		padding: 0;
		}

#mainContent {
		float: left;
		width: 420px;
		border: 0;
		}

#sidebar {
		float: left;
		width: 230px;
		padding: 10px;
		}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

/* --- links --- */

a.terms  {
		color: #fff;
		font-size: 14px;
		}

a:visited.terms  {
		color: #fff;
		}

a:hover.terms  {
		color: #FFD001;
		}
		
a.clue  {
		color: #fff;
		text-decoration: none;
		}

a:visited.clue  {
		color: #fff;
		}

a:hover.clue  {
		color: #FFD001;
		}

/* --- forms --- */

.contactRow {
		clear: both;
		padding-top: 15px;
		color: #FFD001;
	font-size: 11px;
	font-weight: bold;
		}
		
.contactRowNoPadTop {
		clear: both;
		padding-top: 0;
		}

form {
		margin-bottom: 1em;
		}
		
fieldset {
		margin-bottom: 0px;
		padding: 0px;
		}		


.formLabel {
		font-size: 1.2em;
		line-height: 1.6em;
		text-align: left;
		margin-right: 10px;
		width: 160px;
		float: left;
		}
		
input, textarea {
		border: 1px solid #000;
		padding: 2px;
		font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		background: #FFF;
		}	
		
input {
		font-size: 1.2em;
		width: 222px;
		}
		
input.formFieldTitle {
		font-size: 1.2em;
		width: 138px;
		}
		
	
input.FirstName {
		font-size: 1.2em;
		width: 222px;
		}
		
		
input.multiLine {
		font-size: 1.2em;
		width: 222px;
		height: 100px;
		}
		
input.radio {
		font-size: 1.2em;
		width: auto;
		border: 0;
		}			

.standardCheckbox {
		font-size: 1.2em;
		border: 0;
		width: 15px;
		background: none;
		}	

.pleaseSelect {
		width: 130px;
		}	

.title {
		width: 6em;
		margin-right: 5px;
		}

.submitButton {
		background: #A6B801;
		font: bold 1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		padding: 4px 6px;
		width: auto;
		clear: both;
		margin-right: 25px;
		border: none;
		color: #fff;
		margin-top: 10px;
		}