Index: trunk/web-app/css/main.css
===================================================================
--- trunk/web-app/css/main.css	(revision 565)
+++ trunk/web-app/css/main.css	(revision 569)
@@ -5,5 +5,5 @@
 }
 
-/** 
+/**
 * GENERAL.
 * Commonly used application colours:
@@ -147,4 +147,16 @@
 }
 
+/* Ask IE to behave. Margin, width and height might be ignored by some FF versions. */
+input[type="checkbox"] {
+    background: transparent;
+    border: 0;
+    margin-bottom: -1px;
+}
+input[type="radio"] {
+    background: transparent;
+    border: 0;
+    margin-bottom: -1px;
+}
+
 /* Logout and Top Navigation Level */
 
@@ -341,4 +353,7 @@
 /* LIST */
 
+div.list {
+    clear:both;
+}
 .list table {
     border-collapse: collapse;
@@ -506,4 +521,28 @@
   width: 1020px;
   height: 100px;
+}
+
+/* Text Search */
+div.textSearchWrapper {
+    float: left;
+    width: 100%;
+}
+
+div.textSearchInput {
+    float: left;
+    width: 500px;
+    margin: 0 0 0 220px;
+    padding: 0;
+}
+
+div.textSearchSelect {
+    text-align: left;
+    padding: 5px 5px 5px 15px;
+}
+
+div.textSearchRightFloat {
+    float: right;
+    text-align: right;
+    margin: 0 10px 0 0;
 }
 
