#registration fieldset {
	margin-bottom: 20px;
}

	#registration fieldset legend,
	#reqd {
		font-size: 10px;
		font-weight: bold;
	}

#registration label,
#registration input {
	display: block;
	width: 45%;
	float: left;
	margin-bottom: 5px;
}

#registration label {
	clear: left;
}

#registration-submit {
	width: auto !important;
	margin-left: 45%;
}
