form
{
	margin-top: 10px;
}

span.left
{
	width: 145px;
	float: left;
}

span.error
{
	color: red;
	display: block;
	margin-left: 10px;
}

span.good
{
	color: green;
	display: block;
	margin-left: 10px;
}

div#derr
{
	position: absolute;
	left: 290px;
	top: 315px;
	width: 300px;
}

div#centerleft
{
	position: absolute;
	left: 290px;
	top: 375px;
	width: 395px;
}
