#registration_complete {
	display: none;
	width: 500px;
}

#step1 {}
	
	#step1 p, #step1 h2 {
		text-align: center;
	}

#step2 {
	visibility: hidden;
}

	#step2 h3 {
		text-align: center;
	}
	
	#step2 th {
		text-align: right;
		padding-right: 10px;
		font-weight: normal;
		height: 30px;
	}

#content {
	color: #847060;
	font-family: Tahoma;
}

	#content p span {
		font-size: 12px;
	}

	#content td {
		font-size: 12px;
	}
	
		#content td input {
			width: 188px;
			line-height: 24px;
			height: 18px;
			border: 1px solid #847060;
			padding: 3px;
		}
		
		#content input.button {
			width: auto;
			padding: 8px 11px;
			color: #FFFFFF;
			background-color: #5E92BF;
			border-width: 1px;
			border-style: solid;
			border-color: #7D9ECE #2D63AF #275DAD #2D63AF;
			font-family: Arial;
			font-size: 13px;
			font-weight: bold;
			height: 34px;
			line-height: 13px;
			text-transform: uppercase;
		}

			#submitButton { cursor: pointer; }
		
		#content td td {
			vertical-align: middle;
		}
		
		#content td.text {
			padding: 150px 0 0 30px;
		}
		
			#content td.text p {
				color: #847060;
				margin: 10px 0;
			}