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

.half_width {
	width: 50%;
}

.three_quarters_width {
	width: 75%;
}

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

form td {
	text-align: right;
	padding-top: 3px;
}

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

textarea {
}

#feedback_form th, #feedback_form td {
	text-align: center;
}

#draw_entry td {
	text-align: left;
}
