	/*
	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
	label {  width: 10em; }
	*/
	br { clear: both; }
	/* input { margin-left: .5em; float: left; border: 1px solid black; margin-bottom: .5em;  } */
	input.submit { float: none; }
	select.error , input.error { border: 1px solid red; width: auto; }
	label.error {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
	}
	label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	}

