* {
	font-family: Arial;
}

.feedback-container {
	width: 860px;
	height: auto;
	padding: 20px;
	background-color: #00B300;
	color: white;
}

.feedback-content-container {
	width: 820px;
	float: left;
	text-align: center;
}

.forward {
	width: 40px;
	min-height: 80px;
	float: left;
	font-size: 30px;
	text-align: right;
	background-image: url(../img/forward.png);
	background-repeat: no-repeat; 	
}

.forward:hover {
	cursor: pointer;
}

.feedback-content {
	display: none;
	width: 820px;
	float: left;
}

.feedback-text {
	height: auto;
	text-align: justify;
	font-style: italic;
}

.feedback-name {
	text-align: right;
	font-style: italic;
	font-weight: bold;
}