a#feedback {
	position:fixed;
	display:block;
	top: 30%;
	right:0px;
	padding: 5px 5px 5px 8px;
	text-decoration:none;
	color:#000;
	line-height:1em;
	font-size:20px;
	z-index:1000;
	background-color:#FFF;
	border-color:#666;
	border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
}

a#feedback:hover {
	background:#000;
	color:#fff;
}

