diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index d58bc31..300a6f5 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -226,6 +226,7 @@ function node_type_form($form, &$form_state, $type = NULL) {
     '#type' => 'submit',
     '#value' => t('Save content type'),
     '#weight' => 40,
+	'#attributes' => array('class' => array('button-primary')),
   );
 
   if ($type->custom) {
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 6ac7861..fcb1973 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -659,8 +659,7 @@ a.button:active {
   text-decoration: none;
   color: #5a5a5a;
 }
-.node-form input#edit-submit,
-.node-form input#edit-submit-1 {
+.button-primary{
   border: 1px solid #8eB7cd;
   border-left-color: #8eB7cd;
   border-right-color: #8eB7cd;
