diff --git a/src/main/webapp/WEB-INF/tags/form/fields/table.tagx b/src/main/webapp/WEB-INF/tags/form/fields/table.tagx
index bad1987fd702366339e359ac374d401d6824f8ef..9d6ac2670cb2a02df1d71c6fbf3feb604f7133bb 100644
--- a/src/main/webapp/WEB-INF/tags/form/fields/table.tagx
+++ b/src/main/webapp/WEB-INF/tags/form/fields/table.tagx
@@ -49,7 +49,7 @@
 
     <spring:eval var="colCounter" expression="1" />
 
-    <table>
+    <table class="table-with-utilbox">
       <thead>
         <tr>
           <th></th>
@@ -132,8 +132,8 @@
           
           <c:if test="${control}">
           	
-	        <td rowspan="${fn:length(data)}" class="utilbox" valign="top">
-
+            <td rowspan="${fn:length(data)}" class="utilbox" valign="top">
+            
             <div class="utilbox-actions">
             
             <spring:url value="/resources/images/show.png" var="show_image_url" />
diff --git a/src/main/webapp/styles/standard.css b/src/main/webapp/styles/standard.css
index 5d64e4f3573f7d4c30fe33fb0ea5bab5775d2a56..448309e040c22051ce9a668c681847e952b75fba 100644
--- a/src/main/webapp/styles/standard.css
+++ b/src/main/webapp/styles/standard.css
@@ -321,11 +321,21 @@ table thead {
 	background-color: #09244D;
 }
 
+table .footer {
+	font-weight: bold;
+	font-style: italic;
+/*	background-color: #BBBBBB; */
+	background-color: #09244D;
+	height: 18px;
+}
+
+.table-with-utilbox {min-height: 100px;}
+
 table a:link {color: #303030;}
 
-.utilbox {width: 18px;}
+table .utilbox {width: 18px;}
 
-.utilbox-actions {position: fixed;}
+table .utilbox-actions {position: fixed;}
 
 caption {
 	caption-side: top;