fieldset { 
	border: 0;
	font-family: arial,verdana,sans-serif;
}

legend {
	margin: -9999px;
	position: absolute;
}

fieldset label { 
	float: left;
	font: normal 1em arial;
	width: 28em; 
	margin-right: 1em;
	color: #000;
}
* html fieldset label { width: 27.6em; }

input { width: 20em; }
select { width: 20.5em; }

textarea { 
	height: 12em;
	width: 100%; 
}

fieldset div {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

fieldset span {
	display: block;
	width: 20em;
	margin-left: 29em;
}

.buttons { text-align: right; }
.buttons input { width: auto; }

.feedbackBody 
{
	margin-top: 1em;
}
