fixed list->new->onload hooks
diff --git a/css/all-app.css b/css/all-app.css
index fad5701..095b7df 100644
--- a/css/all-app.css
+++ b/css/all-app.css
@@ -302,15 +302,15 @@
  */
 /* FORMS */
 
-div.form-section-break {
+div.form-section-head {
 	margin: 15px 0px 3px 0px;
 }
 
-div.form-section-break h3 {
+div.form-section-head h3 {
 	line-height: 20px;
 }
 
-div.form-section-break hr {
+div.form-section-head hr {
 	margin: 9px 0px;
 }
 
@@ -462,6 +462,10 @@
 	color: #888;
 }
 
+.help ol {
+	padding-left: 19px;
+}
+
 .field_description_top {
 	margin-bottom: 3px;
 }