.error {
	font-size: 75%;
	border: 1px solid #ce0101;
	padding: 0.25em 0.5em;
	color: #ce0101;
	background: #fff;
	margin: 1em auto;
}

.error ul {
	margin: 0;
	padding: 0;
}

.error ul li {
	list-style: none;
	margin-bottom: 0.75em;
}

#registrationForm, #developersForm  {
	font-size: 1em;
}

#registrationForm label, #developersForm label {
	float: left;
	height: 1.6em;
	line-height: 1.6em;
	width: 88px;
	margin: 0.2em auto;
}

#registrationForm input, #registrationForm select, #developersForm input, #developersForm select {
	height: 1.6em;
	line-height: 1.6em;
	width: 180px;
	margin: 0.2em auto;
}

#registrationForm textarea, #developersForm textarea {
	width: 180px;
}

#registrationForm input.button, #developersForm input.button {
	height: 2em;
	line-height: 2em;
	margin-top: 2em;
}