.feedbacklabel {
	line-height:20px;
	color:red;
	border:1px solid #333;
	background: #f7f5d1;
	color:#333;
	position:absolute;
	display:none;
}
#feedback-tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:7px;
	color:#333;
	display:none;
	margin:0 10px 1em 0;
	z-index:30000;
}	