SPAN.Parameters
{
	font-size: 10px;
	font-style: italic;
}
SPAN.Errors
{
	font-weight: bolder;
	font-size: 10px;
	color: red;
	font-style: normal;
	font-variant: small-caps;
}

SELECT.Parameters
{
	font-size: 10px;
	width: 70px;
	color: blue;
}

INPUT.Parameters
{
	font-size: 10px;
	width: 50px;
	height: 17px;
	color: blue;
}
