diff --git a/htdocs/css/ie8.css b/htdocs/css/ie8.css
new file mode 100644
index 0000000000000000000000000000000000000000..9a4238ea3c874d2157812810927d7ca145ec6693
--- /dev/null
+++ b/htdocs/css/ie8.css
@@ -0,0 +1,7 @@
+div#searchbox {
+	height: 5em;
+}
+
+.buttons {
+	padding-top: 5px;
+}
\ No newline at end of file
diff --git a/htdocs/css/ielt8.css b/htdocs/css/ielt8.css
new file mode 100644
index 0000000000000000000000000000000000000000..71a6c9a69ab8710f3755929e3353512f6669baeb
--- /dev/null
+++ b/htdocs/css/ielt8.css
@@ -0,0 +1,6 @@
+/* --------------------------------------------------
+    Secondary content
+   -------------------------------------------------- */
+#secondary ul {
+	margin-left: 2em;
+}
\ No newline at end of file