#feedback_form {
	background-color: #f0f0f0;
	height: 325px;
    background-repeat: repeat-x;
    background-image: url(/images/www/feedback/bg_feedback_form.png);
}
#feedback_toggle {
	background-image: url(/images/www/feedback/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 21px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#feedback_toggle a {
	display: block;
	width: 86;
	height: 21px;
	margin-top: 0px;
	margin-right: 300px;
	color: white;
	float: right;
	padding: 0px;
}
#feedback_holder {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	border: 0;
}
#label {
	font-size: 2em;
}
.holder {
	float:left;
	height: 100px;
	width: 300px;
}