#firstname
{
	float: left;
	width: 300px;
}

#lastname
{
	
}

div.label
{
	float: left;
	width: 120px;
}

#password
{
	float: left;
	width: 300px;
}

#passwordconfirm
{
	
}

div.signupErrors ul
{
	clear:both;
	list-style-type:circle;
	background:transparent;
	display:block;
	margin-left:30px;
	height:350px;
}

div.signupErrors li
{
	width: 100%;
	clear:both;
	text-align:left;
}