diff --git a/print.admin.inc b/print.admin.inc
index d4e58a5a1f1b53cd280a8f34b87dbdd5e0f48de4..44cad04cb705a7f226866732b11987228fa4dbaf 100644
--- a/print.admin.inc
+++ b/print.admin.inc
@@ -25,7 +25,7 @@ function print_main_settings() {
     '#title' => t('Stylesheet URL'),
     '#default_value' => variable_get('print_css', PRINT_CSS_DEFAULT),
     '#size' => 60,
-    '#maxlength' => 64,
+    '#maxlength' => 250,
     '#description' => t('The URL to your custom print cascading stylesheet, if any. When none is specified, the default module CSS file is used.') . '<br />' .
                       t('Macros: %b (base path: "%base"), %t (path to theme: "%theme")', array('%base' => base_path(), '%theme' => path_to_theme())),
   );