Index: date_popup/themes/datepicker.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/date/date_popup/themes/datepicker.css,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 datepicker.css
--- date_popup/themes/datepicker.css	28 Jul 2009 19:43:52 -0000	1.1.2.7
+++ date_popup/themes/datepicker.css	28 Oct 2010 13:58:11 -0000
@@ -64,6 +64,14 @@
 .ui-datepicker-next a {
   background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
 }
+.ui-datepicker-next label, .ui-datepicker-prev label {
+  border: 1px solid #d3d3d3;
+  display: block;
+  font-size: 1em;
+  height: 1.4em;
+  text-indent: -999999px;
+  width: 1.3em;
+}
 .ui-datepicker-prev a:hover {
   background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
 }
@@ -134,4 +142,4 @@ table.ui-datepicker .ui-datepicker-title
 
 table.ui-datepicker .ui-datepicker-title-row td a {
   color: #222222;
-}
\ No newline at end of file
+}
