table.feedback{
	margin-left:30px;
	font-size:0.8em;
}
table.feedback td{
	padding:1px;
}
table.feedback th {
	text-align:right;
	padding-right:1em;
	font-weight:normal;
}
table.feedback td.button{
	padding:6px;
}
table.feedback input, table.feedback input.short, table.feedback textarea, table.feedback select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#000;
	border:1px solid #CCCCCC;
	padding:3px;
}
table.feedback input, table.feedback select, table.feedback textarea{
	width:240px;
}
table.feedback input.short{
	width:106px;
}
.error{
	color:red;
}
/*
a.button{
	color:#333;
	background-color:#ccc;
	border:1px solid #333;
	text-decoration:none;
	padding:3px 12px 3px 12px;
}
a.button:hover {
	color:#ccc;
	background-color:#333;
	text-decoration:none;
}
*/
