#content{
	width: 500px;
}

fieldset{
	padding: 0px;
	margin: 0px;
	font-size: .8em;
	border: none;
}

legend{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

.error{
	color: #ff0000;
	font-weight: bold;
}

#featureElement label,
#commentElement label,
#emailElement label{
	font-weight: bold;
}

#featureElement{
	float: right;
}

#commentElement{
	margin-top: 15px;
}