.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 232px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	color: #AAA;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 246px 9px;
	background-image: url(gfx/select_arrow.png);
	background-color: #333;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 4px;
	margin-bottom: 2px;
	display:block;
}

.select2 {
	position: absolute;
	width: 108px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	color: #AAA;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 118px 8px;
	background-image: url(gfx/select_arrow.png);
	background-color: #333;
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 19px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 4px;
	margin-bottom: 2px;
	display:block;
}
