Index: /FCKeditor/branches/features/anchors/editor/css/fck_internal.css
===================================================================
--- /FCKeditor/branches/features/anchors/editor/css/fck_internal.css	(revision 24)
+++ /FCKeditor/branches/features/anchors/editor/css/fck_internal.css	(revision 25)
@@ -35,5 +35,6 @@
 	height: 80px;
 }
-/* empty anchors */
+
+/* Empty anchors images */
 .FCK__Anchor
 {
@@ -44,15 +45,19 @@
 	width: 16px;
 	height: 15px;
+	vertical-align: middle;
 }
-/* anchors with content */
+
+/* Anchors with content */
 .FCK__AnchorC
 {
 	border: 1px dotted #00F;
-	background-position: 0 center;
+	background-position: 1 center;
 	background-image: url(images/fck_anchor.gif);
 	background-repeat: no-repeat;
 	padding-left:18px;
 }
-/* any anchor for non-IE, if we combine it with the previous rule IE ignores all.*/
+
+/* Any anchor for non-IE, if we combine it 
+   with the previous rule IE ignores all. */
 a[name]
 {
