Index: trunk/grails-app/views/taskProcedureDetailed/_documentReference.gsp
===================================================================
--- trunk/grails-app/views/taskProcedureDetailed/_documentReference.gsp	(revision 805)
+++ trunk/grails-app/views/taskProcedureDetailed/_documentReference.gsp	(revision 806)
@@ -2,20 +2,16 @@
     <tr id="documentReferenceLazyList${i}" class="docRef-div" <g:if test="${docRef?.toBeDeleted}">style="display:none;"</g:if>>
 
-        <td valign="top" class="value ${hasErrors(bean:docRef,field:'name','errors')}">
+        <td valign="top" class="${hasErrors(bean:docRef,field:'name','errors')}">
             <g:hiddenField name="documentReferenceLazyList[${i}].toBeDeleted" value="${docRef?.toBeDeleted}"/>
             <g:hiddenField name='documentReferenceLazyList[${i}].isNew' value="${docRef?.id == null?'true':'false'}"/>
             <g:textArea name="documentReferenceLazyList[${i}].name"
                                     value="${docRef?.name}"
-                                    style="width:100%;height:auto;"
-                                    rows="2"
-                                    cols="25"/>
+                                    style="width:420px;height:auto;"/>
         </td>
 
-        <td valign="top" class="value ${hasErrors(bean:docRef,field:'location','errors')}">
+        <td valign="top" class="${hasErrors(bean:docRef,field:'location','errors')}">
             <g:textArea name="documentReferenceLazyList[${i}].location"
                                     value="${docRef?.location}"
-                                    style="width:100%;height:auto;"
-                                    rows="2"
-                                    cols="25"/>
+                                    style="width:420px;height:auto;"/>
         </td>
 
Index: trunk/grails-app/views/taskProcedureDetailed/_documentReferences.gsp
===================================================================
--- trunk/grails-app/views/taskProcedureDetailed/_documentReferences.gsp	(revision 805)
+++ trunk/grails-app/views/taskProcedureDetailed/_documentReferences.gsp	(revision 806)
@@ -39,5 +39,5 @@
                 <tr>
 
-                    <th>Document Reference</th>
+                    <th>Document Reference Name</th>
                     <th>Location</th>
                     <th></th>
Index: trunk/grails-app/views/taskProcedureDetailed/_maintenanceAction.gsp
===================================================================
--- trunk/grails-app/views/taskProcedureDetailed/_maintenanceAction.gsp	(revision 805)
+++ trunk/grails-app/views/taskProcedureDetailed/_maintenanceAction.gsp	(revision 806)
@@ -2,5 +2,5 @@
     <tr id="maintenanceActionLazyList${i}" class="ma-div" <g:if test="${ma?.toBeDeleted}">style="display:none;"</g:if>>
 
-        <td valign="top" class="value ${hasErrors(bean:tp,field:/maintenanceActionLazyList[$i].procedureStepNumber/,'errors')}">
+        <td valign="top" class="${hasErrors(bean:tp,field:/maintenanceActionLazyList[$i].procedureStepNumber/,'errors')}">
             <g:hiddenField name="maintenanceActionLazyList[${i}].toBeDeleted" value="${ma?.toBeDeleted}"/>
             <g:hiddenField name='maintenanceActionLazyList[${i}].isNew' value="${ma?.id == null?'true':'false'}"/>
@@ -10,5 +10,5 @@
         </td>
 
-        <td valign="top" class="value ${hasErrors(bean:ma,field:'assetSubItem','errors')}">
+        <td valign="top" class="${hasErrors(bean:ma,field:'assetSubItem','errors')}">
             <g:select optionKey="id"
                                 from="${assemblies}"
@@ -19,18 +19,14 @@
         </td>
 
-        <td valign="top" class="value ${hasErrors(bean:ma,field:'description','errors')}">
+        <td valign="top" class="${hasErrors(bean:ma,field:'description','errors')}">
             <g:textArea name="maintenanceActionLazyList[${i}].description"
                                     value="${ma?.description}"
-                                    style="width:100%;height:auto;"
-                                    rows="2"
-                                    cols="25"/>
+                                    style="width:280px;height:auto;"/>
         </td>
 
-        <td valign="top" class="value ${hasErrors(bean:ma,field:'pageRef','errors')}">
+        <td valign="top" class="${hasErrors(bean:ma,field:'pageRef','errors')}">
             <g:textArea name="maintenanceActionLazyList[${i}].pageRef"
                                     value="${ma?.pageRef}"
-                                    style="width:100%;height:auto;"
-                                    rows="2"
-                                    cols="25"/>
+                                    style="width:100px;height:auto;"/>
         </td>
 
