body {
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 2px 0 0;
	background: url(../img/checkbox.gif) no-repeat;
	display: block;
	float: left;
}
.radio {
	background: url(../img/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 317px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 31px;
	padding:5px 10px;
	color: #49351c;
	background: url(../img/form_select.gif) no-repeat;
	overflow: hidden;
}
