.checkbox {
	background: url(./background_checkbox.png) no-repeat;
	height: 22px;
	width: 22px;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
}
.radio {
	background: url(./background_radio.png) no-repeat;
	height: 22px;
	width: 22px;
	margin-right: 5px;
	background-color: #f6f6f6;
	padding: 0;
	display: block;
	float: left;
}

.select 
{
	position: absolute;
	width: 215px; /* With the padding included, the width is 170 pixels: the actual width of the image. */
	height: 32px;
	padding: 9px 24px 0 8px;
	color: #4E4E4E;
	font-size: 9px;
	background: url(./background_select.png) no-repeat;
	overflow: hidden;
	text-transform: none;
	font-family: "ChevinMedium";
	font-size: 16px;
}
select.styled
{
  font-family: "ChevinMedium";
	font-size: 16px;
	margin-top: 6px;
	margin-left: 6px;
	width: 218px;
}
select.styled.long
{
  background: url(./background_select3.png) no-repeat;
  width: 390px;
}