/* formulare input textfelder ============================================== */
/*
input.form-text-border, textarea.form-text-border {
	border-top-color: #939393;
  border-right-color: #CECECE;
  border-bottom-color: #E5E5E5;
  border-left-color: #CECECE;
	border-width: thin;
}
*/

input.form-text {
  border: 0;
	height: 14px;
  padding: 2px;
}

textarea.form-text {
  border: 0;
  padding: 2px;
}

input.checkout-input-56 {
  width: 52px;
  background: url(/themes/vinyl/img/bg-input-56.png) left top no-repeat;
}

input.checkout-input-56-error {
  background: url(/themes/vinyl/img/bg-input-56-error.png) left top no-repeat;
}

input.checkout-input-69 {
  width: 65px;
  background: url(/themes/vinyl/img/bg-input-69.png) left top no-repeat;
}

input.checkout-input-69-error {
  background: url(/themes/vinyl/img/bg-input-69-error.png) left top no-repeat;
}

input.checkout-input-93 {
  width: 89px;
  background: url(/themes/vinyl/img/bg-input-93.png) left top no-repeat;
}

input.checkout-input-93-error {
  background: url(/themes/vinyl/img/bg-input-93-error.png) left top no-repeat;
}

input.checkout-input-121 {
  width: 117px;
  background: url(/themes/vinyl/img/bg-input-121.png) left top no-repeat;
}

input.checkout-input-121-error {
  background: url(/themes/vinyl/img/bg-input-121-error.png) left top no-repeat;
}

input.checkout-input-165 {
  width: 161px;
  background: url(/themes/vinyl/img/bg-input-165.png) left top no-repeat;
}

input.checkout-input-165-error {
  background: url(/themes/vinyl/img/bg-input-165-error.png) left top no-repeat;
}

input.checkout-input-214 {
  width: 210px;
  background: url(/themes/vinyl/img/bg-input-214.png) left top no-repeat;
}

input.checkout-input-214-error {
  background: url(/themes/vinyl/img/bg-input-214-error.png) left top no-repeat;
}

input.checkout-input-214-readonly {
  background: url(/themes/vinyl/img/bg-input-214-readonly.png) left top no-repeat;
}

input.checkout-input-539 {
  width: 539px;
  background: url(/themes/vinyl/img/bg-input-539.png) left top no-repeat;
}

input.checkout-input-539-error {
  background: url(/themes/vinyl/img/bg-input-539-error.png) left top no-repeat;
}

textarea.checkout-input-539 {
  width: 539px;
  background: url(/themes/vinyl/img/bg-textarea-539.png) left top no-repeat;
}

textarea.checkout-input-539-error {
  background: url(/themes/vinyl/img/bg-textarea-539-error.png) left top no-repeat;
}

select.checkout-input-539-error {
  background: url(/themes/vinyl/img/bg-input-539-error.png) left top no-repeat;
}
