.file-area div, .file-area input{
  display: inline-block;
}

#edit-submit-button-load {
  display: none;
}

#edit-submit-button-save {
  margin-left: 0px;
}

#edit-new-feature a {
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-left: 1em;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  background: url(images/buttons.png) 0 0 repeat-x;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;

  background-color: #f1f1f1;
}

.form-submit:disabled{
  cursor: default;
  color: #838383;
  border-color: #d4d4d4;
  background: #ededed;
  box-shadow: none;
  text-shadow: 0 1px hsla(0,0%,100%,0.6);
  font-weight: normal;
}
