#content div.register_column {
	width:500px;
	float:left;
}



table.registration {
	width:100%;
	margin:20px 10px 12px 10px;
}

td {
	border-top:1px solid #DDD;
	padding:5px;
}

td.label {
	font-size:14px;
	width:40%;
}

td.big_label {
	font-size:18px;
	height:30px;
}

td.spacer {
	height:20px;
}

input.text_input {
	font-weight:bold;
	font-size:14px;
	width:95%;
}
input.postcode {
	font-weight:bold;
	font-size:14px;
}

p.notes {
	font-size:11px;
	color:#666;
}

#content div.register_column h3 {
	margin-left:10px;
}