body {
	font: 0.8em/21px Questrial, DINRegular, Arial, Helvetica, sans-serif;
}

.checkbox, .radio {
	width: 16px;
	height: 17px;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	margin-top: 2px;
}
.radio {
	background: url(../images/radio.png) no-repeat;
	padding-right: 10px;
	cursor: pointer;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	color: #fff;
	font: 12px/21px Questrial, DINRegular, Arial, Helvetica, sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 8px;
}
