/* line 3, ../sass/easy_authoring.scss */
body.page-node-add fieldset#edit-body-und-0-format, body.page-node-edit fieldset#edit-body-und-0-format {
  display: none;
}
/* line 7, ../sass/easy_authoring.scss */
body.page-node-add label, body.page-node-edit label {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 12, ../sass/easy_authoring.scss */
body.page-node-add input[type="text"], body.page-node-edit input[type="text"] {
  width: 96%;
  max-width: 350px;
  padding: 5px;
  border: 1px solid #AAB533;
}

/* line 47, ../sass/easy_authoring.scss */
body.page-node-add div#edit-actions input, body.page-node-edit div#edit-actions input {
  background: #AAB533;
  padding: 5px 10px 10px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: bold;
  border: 0px;
  outline: none;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 59, ../sass/easy_authoring.scss */
body.page-node-add div#edit-actions input:hover, body.page-node-edit div#edit-actions input:hover {
  background: url("images/THCMS_gray_bottom.png") bottom repeat-x, #808285;
}
/* line 63, ../sass/easy_authoring.scss */
body.page-node-add .vertical-tabs ul.vertical-tabs-list li.vertical-tab-button, body.page-node-edit .vertical-tabs ul.vertical-tabs-list li.vertical-tab-button {
  background: none;
}
