#feedback {
	width: 370px; position: fixed;
	right: -370px; bottom: 100px;
	transition: right .5s ease;
	z-index:1000; 
}
#feedbackBox {
	background: #ddd; float: left;
	width: 335px;
	overflow-y: auto;
	padding:20px; 
	font-size: 14px;
	border-bottom-right-radius: 10px;
}
.feedback {
	right: -40px !important;
}
#feedbackBox h1 {
	margin-top: 0;
}
#feedbackIcone {
	width: 35px; float: right;
	cursor: pointer; margin-top: 0px;
	position: relative;
	left: -370px;
}
#feedbackFechar {
	float: right;
	cursor: pointer;
}
#feedbackFechar:hover {
	color: #999;
}
.clear {
	clear: both;
}
#feedbackBox h1 {
	font-size: 20px;
}
#feedbackBox h2 {
	font-size: 14px;
}