diff --git a/core/modules/node/node.admin.css b/core/modules/node/node.admin.css
index 5777b1f..f692aef 100644
--- a/core/modules/node/node.admin.css
+++ b/core/modules/node/node.admin.css
@@ -10,3 +10,161 @@
 .revision-current {
   background: #ffc;
 }
+
+/**
+ * Styles for the new node add/edit form.
+ */
+#edit-primary {
+  float: left;
+  width: 66%;
+}
+
+.overlay {
+  background: #f00;
+}
+
+#edit-secondary {
+  float: left;
+  width: 32%;
+  height: 1000px;
+  position: relative;
+  /* background: url(../../misc/sidebar-bg.gif) repeat-y; */
+  background-color: #FAFAFA;
+  top: -104px;
+  left: 42px;
+  padding-top: 10px;
+  /* Safari 4-5, Chrome 1-9 */ 
+  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#fafafa)); 
+  /* Safari 5.1, Chrome 10+ */ 
+  background: -webkit-linear-gradient(left, #ebebeb, #fafafa); 
+  /* Firefox 3.6+ */ 
+  background: -moz-linear-gradient(left, #ebebeb, #fafafa); 
+  /* IE 10 */ 
+  background: -ms-linear-gradient(left, #ebebeb, #fafafa); 
+  /* Opera 11.10+ */ 
+  background: -o-linear-gradient(left, #ebebeb, #fafafa); 
+}
+
+#edit-secondary .node-summary {
+  padding-left: 10px;
+}
+
+#edit-secondary .button-duplicate {
+  margin-left: 10px;
+}
+
+.form-actions {
+  clear: both;
+}
+
+.description {
+  font-style: italic;
+  font-family: serif;
+}
+
+#edit-title {
+  width: 65%;
+}
+
+fieldset#edit-additional-settings {
+  margin: 5px;
+  border-top:1px solid #dedede;
+  border-bottom:1px solid #fdfdfd;
+  border-left:0px;
+  border-right:0px;
+}
+
+#edit-additional-settings fieldset.collapsed {
+  /* background: url(../../misc/sidebar-bg.gif) repeat-y; */
+  border-top:1px solid #fdfdfd;
+  border-bottom:1px solid #dedede;
+  border-left:0px;
+  border-right:0px;
+  background-color: transparent;
+     -moz-box-shadow:    inset 0 0 0px #000000;
+   -webkit-box-shadow: inset 0 0 0px #000000;
+   box-shadow:         inset 0 0 0px #000000;
+
+}
+
+#edit-additional-settings fieldset {
+  /* background: url(../../misc/fieldset-expanded-bg.gif) repeat-y; */
+  background-color: #e2e2e2;
+   -moz-box-shadow:    inset 0 0 10px #ccc;
+   -webkit-box-shadow: inset 0 0 10px #ccc;
+   box-shadow:         inset 0 0 10px #ccc;
+}
+
+.fieldset-legend .summary {
+  display: none;
+}
+
+.js fieldset.collapsible > legend .fieldset-legend {
+  background: url(../../misc/menu-expanded.png) 90% 65% no-repeat; /* LTR */
+  padding-left: 15px; /* LTR */
+  display: block;
+  width: 100%;
+}
+.js fieldset.collapsed > legend .fieldset-legend {
+  background-image: url(../../misc/menu-collapsed.png); /* LTR */
+  background-position: 90% 65%; /* LTR */
+  display: block;
+  width: 100%;
+}
+
+.js fieldset.collapsed > legend .fieldset-legend a,
+.js fieldset.collapsible > legend .fieldset-legend a {
+  display: block;
+  text-transform: none;
+  font-weight: bold;
+  width: 95%;
+}
+
+.js fieldset.collapsed > legend .fieldset-legend a {
+  font-weight: normal;
+}
+
+fieldset .form-wrapper {
+  margin: 0;
+}
+
+#edit-additional-settings, #edit-additional-settings > div.fieldset-wrapper {
+  padding: 0;
+}
+
+.node-form {
+  color: #464646;
+}
+
+ul.tips, div.description, .form-item div.description {
+  color: #464646;
+}
+
+.page-node-edit #overlay-content {
+  padding: 0;
+}
+
+.overlay #page {
+  padding: 0 ;
+}
+
+#edit-path-alias {
+  width: 90%;
+}
+
+.node-summary {
+  margin-top: 0;
+  padding-top: 0;
+  margin-bottom: 10px;
+}
+
+.node-summary p {
+  margin-top: -10px;
+  padding-top: 0;
+  font-size: 90%;
+}
+
+.node-summary ul, .node-summary li {
+  list-style: none;
+  margin-left: -20px;
+}
\ No newline at end of file
