

#feedform fieldset {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #aaa;
}

#feedform legend {
	border: 1px solid #aaa;
	padding: 0.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #555;
}

#feedform div {
	margin-bottom: 1em;
}

#feedform label {
	float: left;
	width: 15em;
	text-align: right;
	padding-right: 3px;
}

#feedbacksubmit {
	margin-top: 0.5em;
	margin-left: 14.2em;
	cursor:pointer;
}

#feedform input, #feedform textarea {
	border: 1px solid #aaa;
}

#errormessage {list-style: disc inside none;}

#content .error {color: red!important}

#content ul.error li {padding-left: 0;}

#content .error li {
	background: none;
	list-style: disc inside none;
}

p.error {font-weight: bold;}

#details input {
	height:20px;
}
