TABLE.registration {
	width: 500px;
	margin: 20px auto;
	color: #666666;
}

	TABLE.registration TD {
		padding: 5px;
		text-align: right;
		font-weight: bold;
	}
	
		TABLE.registration TD.value INPUT, TABLE.registration TD SELECT {
			width: 200px;
		}

	TABLE.registration TD.value, TABLE.registration TD.submit, TABLE.registration TD.check {
		text-align: left;
	}
	
	TABLE.registration TD.text {
		text-align: left;
		font-weight: normal;
		font-size: 10px;
	}
	
	TABLE.registration TD.submit INPUT {
		border: 1px solid #999999;
		padding: 2px;
		font-size: 12px;
		width: 100px;
		background-color: #CC0000;
		color: #FFFFFF;
		font-weight: bold;
	}
