diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
index 9972281ea775c3cc1f173e5e2d2828ae352bb7df..10810f09245adb8d0c08e989278a9a43522f86fa 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
@@ -583,4 +583,17 @@ table.downloads {
  
  .browser-compatible-javascript-link-menu:hover {
  	color: #FFFFFF;
- }
\ No newline at end of file
+ }
+ 
+ /*
+  * Forms
+  */
+ .form-group {
+    margin-top: 0;
+    margin-bottom: 2px;
+}
+
+ legend {
+    margin-top: 0;
+    margin-bottom: 5px;
+}
\ No newline at end of file