#registrationForm {
	width: 400px;
	margin: 0px auto;
	margin-top: 50px;
}

#registrationForm p {
	padding-bottom: 10px;
	height: auto;
	overflow: auto;
	font-size: 12px;
}

#registrationForm #registerError {
	display: none;
	color: red;
	text-align: center;
	font-weight: bold;
}

#registrationForm input {
	float: right;
	width: 250px;
	font-size: 12px;
	border: 1px solid #D1EB90;
}

#registrationForm label {
	float: left;
	width: 100px;
	text-align: right;
}