/*
	feedback
*/

#feedback_button {
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -83px;
	display: block;
	text-indent: -9999px;
	background: url('../images/feedback-1.png') no-repeat;
	width: 55px;
	height: 165px;
	border: 0;
	z-index: 999;
}

#feedback_form {
}

#feedback_form label {
	display: block;
	margin-bottom: 2px;
}

#feedback_form select {
	width: 264px;
	margin-bottom: 8px;
}
#feedback_form input[type="text"], #feedback_form textarea {
	width: 250px;
	margin-bottom: 8px;
}

#feedback_form .left {
	 width: 280px;
	 padding-right: 20px;
	 border-right: 1px dotted #333;
}

#feedback_form .right {
	 width: 280px;
}

.bug {
	margin-bottom: 8px;
}
