#content {
	background: #3f3e3a;
	padding: 15px;
	margin-top: -7px;
}

	#sample {
		float: left;
		width: 422px;
		padding: 0 60px;
	}
	
		#sample .caption {
			color: #fefefe;
			margin-left: 5px;
			margin-top: 5px;
		}
	
	#register {
		float: right;
		width: 362px;
		color: #fefefe;
		font-size: 12px;
	}
	
		#register a {
			color: #fefefe;
			text-decoration: underline;
		}
	
		#register h2 {
			color: #b2a997;
			font-size: 24px;
			margin-bottom: 5px;
			margin-top: 5px;
		}
		
		#errors {
			font-style: italic;
		}
		
			#errors ul {
				margin-top: 1em;
			}
			
		#textFields {
			border-top: 3px double #5b5853;
			padding-top: 8px;
			margin-top: 10px;
		}
		
			#textFields li {
				float: left;
				width: 155px;
			}
			
				#textFields li input.text {
					width: 155px;
					background: #fefefe;
					border: none;
					margin-top: 3px;
					margin-bottom: 13px;
				}
			
				#textFields li.odd {
					margin-right: 35px;
				}
			
				#textFields li.even {
					
				}
		
		#checkBoxes {
			padding-top: 4px;
			border-bottom: 3px double #5b5853;
			padding-bottom: 10px;
		}
		
			#checkBoxes li {
				margin: 2px 0;
			}
		
		#formLegend {
			float: right;
			color: #91908e;
			margin-top: 8px;
		}
			
		#terms {
			margin: 8px 0;
		}
		
		#submit {
			
		}
			
			#submit input {
				border: none;
			}