.attachmentActionButton {
  background-color: transparent;
  border: none;
  padding: 2px 4px;
  font-size: 80%;
  margin-bottom: 4px;
  background: transparent 2px center no-repeat;
  padding-left: 20px;
}
.add-file-input {
  margin-left: 10px;
  background-position: 2px top;
  background-image: url(/skin/resources/icons/silk/textfield_add.gif);
}
.add-file-input:hover {
  color: #070;
}
.remove-file-input {
  background-image: url(/skin/resources/icons/silk/cross.gif);
  width: 16px;
  text-indent: 30px;
}
.remove-file-input:hover {
  color: #d00;
}
.uploadFileInput {
  margin: 5px 10px !important;
  border: 1px solid #ddd !important;
}
.attachment .xwikibuttonlinks a {
  width: 16px;
  height: 16px;
  text-indent: 30px;
  line-height: 30px;
  overflow: hidden;
  background: transparent left top no-repeat;
  display: block;
  float: right;
  margin: 0 0 0 4px;
}
.attachment .xwikibuttonlinks a.deletelink {
  background-image: url(/skin/resources/icons/silk/cross.gif);
}
.attachment .xwikibuttonlinks a.editlink {
  background-image: url(/skin/resources/icons/silk/pencil.gif);
}
#AddAttachment {
  border-top: 1px solid #ddd;
}
