
#registration fieldset#contact label {
	display: block;
	width: 120px;
	float: left;
	clear: left;
	padding-top: 3px;
}

#registration fieldset legend {
	font-weight: bold;
}

#registration fieldset {
	margin-bottom: 15px;
	padding: 10px 5px;
}

#registration input.text {
	float: left;
	width: 220px;
	margin-bottom: 5px; 
}

#registration {
	text-align: left;
}

p.error {
	font-weight: bold;
	color: #FF0000;
}
