#testForm {
	font-size:1em;
}

#testForm label {
	width:10em;
	line-height:1em;
	float:left;
	margin-right:0.1em;
	text-align:right;
}
#testForm fieldset {
	width:25em;
	border:solid 1px #666;
}
#testForm legend {
	color:#666;
	background:inherit;
}
#testForm input, #testForm select, #testForm textarea {
	margin:0 0 0.5em 0.2em;
	width:11em;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size:100%;
}
#testForm .noresize {
	width:auto;
}
#testForm .submit {
	margin-left:10.1em;
}

.overForm fieldset {
	color:#666;
	background:#FFFBCF;
}
.overForm label {
	color:#666;
	background:#D1EFE3;
}

