.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../pics/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../pics/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 186px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 0 24px 0 8px;
	color: #463f37;
	font: 11px/20px Verdana, Geneva, sans-serif;
	background: url(../pics/select.png) no-repeat;
	overflow: hidden;
}
.select1 {
	position: absolute;
	width: 51px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 0 24px 0 8px;
	color: #463f37;
	font: 11px/20px Verdana, Geneva, sans-serif;
	background: url(../pics/select_anzahl.png) no-repeat;
	overflow: hidden;
}

select {
	background-color:#e8ebe3;
	border: 1px solid #c9cac7;
	font: 11px/20px Verdana, Geneva, sans-serif;
	cursor: pointer;
}

select:focus {
	border: 1px solid #463f37;
}

