
.checkbox {
	background: url(./background_checkbox.png) no-repeat;
	height: 19px;
	width: 19px;
	/*margin-right: 5px;
	background-color: #f6f6f6;
	margin-left: 4px;*/
	padding: 0;
	display: block;
	float: left;
}
.radio {
	background: url(./background_radio.png) no-repeat;
	height: 17px;
	width: 17px;
	margin-right: 5px;
	background-color: #f6f6f6;
	margin-left: 4px;
	padding: 0;
	display: block;
	float: left;
}

.select {
	position: absolute;
	width: 138px; /* With the padding included, the width is 170 pixels: the actual width of the image. */
	height: 14px;
	padding: 3px 24px 0 8px;
	color: #4E4E4E;
	font-size: 9px;
	background: url(./background_select.png) no-repeat;
	overflow: hidden;
	text-transform: none;
	
}
