.fancy-textfield-parent {
  position: relative;
  margin: 0 11px;
  float: left;
  display: block;
  padding: 0;
}

.fancy-textfield-parent input.form-text {
  background: url(fancy_textfield.png) repeat-x 0 -21px;
  border: none;
  font: 12px "Lucida Grande",Arial,sans-serif;
  margin: 0;
  padding: 2px 0px 0;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}

input.fancy-textfield {
  color: silver;
}

input.fancy-textfield-changed {
  color: black;
}

.fancy-textfield-parent span.left {
  background: url(fancy_textfield.png) repeat-x 0 0;
  position: absolute;
  left: -8px;
  width: 11px;
  height: 21px;
  display: block;
}

.fancy-textfield-parent span.right {
  background: url(fancy_textfield.png) repeat-x 0 -42px;
  position: absolute;
  right: -8px;
  width: 11px;
  height: 21px;
  display: block;
  top: 0;
}