#container {
	min-width: 920px;
	position: relative;
	min-height: 500px;
	height: 100%;
}


.feedback_content {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 50%;
}
.feedback_content div {
	position: relative;
	left: -50%;
	line-height: 28px;
}
.feedback_content div span {
	font-size: 14px;
	left: 0;
	display: block;
}
.feedback_content div span span {
	clear: both;
	left: 0;
	margin: 0;
	width: 6em;
	text-align: right;
	padding-right: 1em;
	display: block;
	float: left;
	color: #bababa;
}
.feedback_content span .other {
	line-height: 27px;
}
.feedback_content span .other span {
	line-height: 27px;
}
