#stage1form {
	width: 50%;
	float: left;
}

#stage1form label {
	float: none;
	display: block;
	width: 100%;
	line-height: 1.4em;
	font-weight: normal;
}

#stage1form input#email {
	width: 260px;
}

#stage2form {
	width: 50%;
	float: right;
}

#stage2form li.description {
	line-height: 1.4em;
}

#stage2form label {
	width: 90px;
}

li.error {
	color : #AE0000;
}
