form.feedback{
	margin:0;
}
table.feedback{
	border:0;
}
table.feedback td{
	border:0;
}
td.feedbackprompt {
	font-size:0.8em;
	text-align:right;
	padding-right:20px;
	width:10em;
	border:0;
	vertical-align:top;
}
input.feedback, input.feedbackshort, textarea.feedback{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1em;
	padding:3px;
	border:1px solid #CCCCCC;
	background-color:transparent;
}
input.feedback{
	width:240px;
	background-color:transparent;
}
input.feedbackshort{
	width:120px;
}
textarea.feedback{
	width:240px;
}
td.feedbackhead{
	font-size:1em;
	font-weight:bold;
}
a.feedback{
	display:block;
	padding:3px 13px 3px 6px;
	color:#a6754f;
	text-decoration:none;
	border-right:4px solid #397f93;
	background-color:#e3edef;
	font-size:1em;
	font-weight:bold;
}
a.feedback:hover{
	color:#fff;
	background-color:#397f93;
	text-decoration:none;
}
