form {
	background: #d9d9d9;
	padding: 3px 0 0 3px;
	margin-bottom: 3px;
}

input.button {
	border: #b9b9b9 none;
	background: #b9b9b9;
	cursor: pointer;
	float: right;
}

input, textarea, password, select {
	border: #d9d9d9 none;
}

.right_justify {
	margin: 0;
	float: right;
}

textarea {
	overflow: automatic;
}

.top_table td {
	padding-bottom: 3px;
}

#feedback_division th, .bordered_table td {
	text-align: center;
}

#comment {
	vertical-align: top;
}

.error {
	color: #ea0000;
}

