/* override any browser's defaults with Gecko's defaults (as of Gecko 1.8) */

input {
  padding: 1px 0 1px 0;
  text-align: start;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
  text-indent: 0;
}

/* radio buttons */
input[type="radio"] {
  margin: 3px 3px 0px 5px;
  padding: 0 !important;
  cursor: default;
}

/* check boxes */
input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
  padding: 0 !important;
  vertical-align: text-bottom;
  cursor: default;
}

/* default form styling */

fieldset {
	border: 1px solid #BFBFAC;
	margin: 0;
	padding-top: 0.4em;
	padding-bottom: 0.8em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: justify;
}
form#spenden fieldset table tr td {
	min-width: 10em;
	height: 2.5em;
	width: 50%;
	white-space: nowrap;
}
fieldset table tr td.radio {
	width: 32px;
	min-width: 24px;
	max-width: 48px;
	vertical-align: middle;
}
.text-field {
	background-color: #FCF9D8;
	background-image: url(../img/input_background.png);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #DED9B0;
	border-right: 1px solid #F6F1BE;
	border-bottom: 1px solid #F6F1BE;
	border-left: 1px solid #DED9B0;
	height: 1.45em;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 0.8em;
	color: #343419;
	font-weight: bold;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
input[type="text"]:focus {
	/* border: 1px solid red; */
	background-image: url(../img/input_focus_background.png);
}
textarea {
	background-color: #FCF9D8;
	background-image: url(../img/textarea_background.png);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #DED9B0;
	border-right: 1px solid #F6F1BE;
	border-bottom: 1px solid #F6F1BE;
	border-left: 1px solid #DED9B0;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 1em;
	color: #343419;
	font-weight: bold;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
textarea:focus {
		background-image: url(../img/textarea_focus_background.png);
}
select {
	background-color: #FCF9D8;
	background-image: url(../img/input_background.png);
	background-repeat: repeat-x;
	background-position: left;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 1em;
	border-top: 1px solid #DED9B0;
	border-right: 1px solid #F6F1BE;
	border-bottom: 1px solid #F6F1BE;
	border-left: 1px solid #DED9B0;
	color: inherit;
}
.text-field.alphanumeric {
	text-align: left;
}
.text-field.numeric {
	text-align: right;
}
legend {
	color: #BFBFAC;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0em;
	padding: 0em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	background-color: transparent;
}
label {
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 1em;
	color: #343419;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: transparent;
}
label.error {
	color: #E30C18;
	background-color: transparent;
}
input[type="submit"] {
	background-image: url(../img/button_background.png);
	background-position: right center;
	background-repeat: repeat-x;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top: 1px solid #F6F1BE;
	border-right: 1px solid #DED9B0;
	border-bottom: 1px solid #DED9B0;
	border-left: 1px solid #F6F1BE;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 1em;
}

input[type="submit"]:hover {
	background-image: url(../img/button_hover_background.png);
}
input[type="submit"]:active {
	background-image: url(../img/button_active_background.png);
	border-top: 1px solid #DED9B0;
	border-right: 1px solid #F6F1BE;
	border-bottom: 1px solid #F6F1BE;
	border-left: 1px solid #DED9B0;
	padding-right: 34px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}