.feedbackform {
		font-family: Tahoma, Arial, sans-serif;
}
.feedbackform h1 {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		margin-bottom: 8px;
}
.feedbackform .label {
		font-size: 9pt;
		color: #000000;
}
.feedbackform input, .feedbackform textarea {
		display: block;
		margin-top: 2px;
}
.feedbackform input.button {
		display: inline;
		border: 1px solid #7C7C7C;
		background: #f0eeef;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000000;
}
