Index: feedback.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedback/feedback.css,v
retrieving revision 1.5
diff -u -r1.5 feedback.css
--- feedback.css	8 Jan 2010 17:00:51 -0000	1.5
+++ feedback.css	6 Mar 2010 21:50:42 -0000
@@ -24,6 +24,11 @@
   right: 20px;
   overflow: hidden;
   z-index: 10;
+  padding: 0.3em;
+	-webkit-border-radius: 3px;
+	-khtml-border-radius: 3px;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
 }
 /* IE6 seems to be unable to handle fixed */
 * html #block-feedback-form {

