div.label  {
	clear: both;
	float: left;
}

div.short  {
	width: 60px;
}

div.long  {
	width: 400px;
}


div.input  {
	float:left;
}

div.error  {
	float: left;
	color: #8AA300;
	font-weight: bold;
}

div.errwidth  {
	width: 200px;
}